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: 5 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-08-10T21:47:26.000Z (over 3 years ago)
- Last Synced: 2024-11-19T21:23:22.473Z (5 months ago)
- Topics: bootstrapper, cli, nextjs, node, nodejs, react, reactjs
- Language: JavaScript
- Size: 43 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
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
```