Base template to start projects with NextJs.
This project was made using the follow technologies:
# Clone Repository
$ git clone https://github.com/marcusv77/nextjs-template.git
# Go to web folder
$ cd nextjs-template
# Install Dependencies
$ yarn install or npm install
# Run Aplication
$ yarn dev or npm run dev
Go to http://localhost:3000/ to see the result.
Released in 2020 License
This project is under the MIT license.