Clone repo:
git clone https://github.com/ooade/NextSimpleStarter.git
cd NextSimpleStarterMake it your own:
rm -rf .git && git init && yarn initℹ️ This re-initializes the repo and sets up your project.
Install the dependencies:
yarn installor
npm installStart a live-reload development server:
yarn devor
npm run devGenerate a production build:
yarn buildor
npm run buildheroku
Just follow Mars's Guide and you're good to go 👏I'm open to contributions & suggestions in making this a lot better ✋
MIT
