https://github.com/kognise/bootstrap-next
Quickly and easily bootstrap a Next.js project.
https://github.com/kognise/bootstrap-next
bootstrapper cli nextjs node nodejs react reactjs
Last synced: 4 months ago
JSON representation
Quickly and easily bootstrap a Next.js project.
- Host: GitHub
- URL: https://github.com/kognise/bootstrap-next
- Owner: kognise
- License: mit
- Archived: true
- Created: 2019-02-15T19:26:33.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-08-10T21:47:26.000Z (over 4 years ago)
- Last Synced: 2025-07-09T09:15:59.312Z (5 months ago)
- Topics: bootstrapper, cli, nextjs, node, nodejs, react, reactjs
- Language: JavaScript
- Size: 43 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - kognise/bootstrap-next - Quickly and easily bootstrap a Next.js project. (JavaScript)
README
> 🚩 **This project is archived!** 🚩
>
> *You should use https://github.com/kognise/next-barebones-template instead.*
# bootstrap-next
Quickly and easily bootstrap a Next.js project.
## Technologies
- [Next.js](https://nextjs.org/)
- [React](https://reactjs.org/)
- [ESLint](https://eslint.org/)
- [Yarn](https://yarnpkg.com/)
## 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
```