1.0.5 • Published 5 years ago

bootstrap-next v1.0.5

Weekly downloads
23
License
MIT
Repository
github
Last release
5 years ago

bootstrap-next

Quickly and easily bootstrap a Next.js project.

Technologies

File Structure

project/
├── package.json
├── .gitignore
├── README.md
├── pages/
│   ├── index.js
├── components/
├── lib/
├── static/

Usage

$ yarn global add bootstrap-next
$ mkdir project
$ cd project
$ bootstrap-next
$ yarn dev