🚩 This project is archived! 🚩
You should use https://github.com/kognise/next-barebones-template instead.
Quickly and easily bootstrap a Next.js project.
project/
├── package.json
├── .gitignore
├── README.md
├── pages/
│ ├── index.js
├── components/
├── lib/
├── static/
$ yarn global add bootstrap-next
$ mkdir project
$ cd project
$ bootstrap-next
$ yarn dev