/cool-boilerplate

An already out-of-date boilerplate for playing around ๐Ÿ

Primary LanguageJavaScript

Cool Boilerplate ๐Ÿ

A silly logo

ยซAn already out-of-date boilerplate for playing aroundยป

Description

This project is to only serve as a generic boilerplate for playing around with personal projects. It uses NextJS as the React framework.

Installing

To run the project on development mode, you just need an LTS Node version installed (v16 or higher recommended), and Yarn for managing the packages. If you haven't it yet, you can follow the Yarn installation guide, on their official page.

With Node and Yarn installed, run the commands below. They will clone the project on the current folder, download all the project dependencies and, in a few minutes, the project will open on your default browser, on the port :3000.

git clone https://github.com/bolognini/cool-boilerplate.git
cd cool-boilerplate
yarn && yarn dev

Built With