A simple project starter to work with React, NextJS and Styled Components
You can see the example in https://nextjs-quickstart.now.sh/
$ git clone https://github.com/guilouro/simple-nextjs-quick-start.git
$ yarn install
Runs next which starts Next.js in development mode
$ yarn devRuns next build which builds the application for production usage
$ yarn buildRuns next start which starts a Next.js production server
$ yarn startRuns next build and export which exports a files in a out folder to deploy
$ yarn deploy