An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

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
```