Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/next-boilerplate/next-boilerplate
☶ The easiest way to create a Next app by running one command.
https://github.com/next-boilerplate/next-boilerplate
boilerplates build-tool next next-boilerplate nextjs react reactjs zero-configuration
Last synced: about 2 months ago
JSON representation
☶ The easiest way to create a Next app by running one command.
- Host: GitHub
- URL: https://github.com/next-boilerplate/next-boilerplate
- Owner: next-boilerplate
- License: mit
- Created: 2019-01-06T04:05:11.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-06T10:19:50.000Z (over 4 years ago)
- Last Synced: 2024-11-05T15:56:59.294Z (2 months ago)
- Topics: boilerplates, build-tool, next, next-boilerplate, nextjs, react, reactjs, zero-configuration
- Language: JavaScript
- Homepage:
- Size: 2.44 MB
- Stars: 70
- Watchers: 4
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Create Next App [![NPM](https://img.shields.io/npm/v/@create-next-app/core.svg)](https://www.npmjs.com/package/@create-next-app/core)
Create Next App allows you to create a [Next.js](https://nextjs.org) app by running one command. It come with default, material, bootstrap, semantic... templates, Next.js examples and Next.js CMS.
## Features
- Standard Template – providing a way to create your app with standard templates such as default, material, bootstrap, semantic, ... etc.
- Standard Example – providing a way to bootstrap your app with standard examples such as basic css, typescript, next css, next routes, redux, ... etc.
- Standard CMS – comming soon...## Installation
Create Next App can be installed via npm:
```
npm install --global @create-next-app/core
```Create Next App can be installed via yarn:
```
yarn global add @create-next-app/core
```## To learn how to use Create Next App
- [Home](https://create-next-app.js.org)
- [Templates](https://create-next-app.js.org/get-started-with-templates)
- [Examples](https://create-next-app.js.org/get-started-with-examples)## 💖 Wrap Up
If you think any of the `create-next-app` can be improved, please do open a PR with any updates and submit any issues. Also, I will continue to improve this, so you might want to watch/star this repository to revisit.
## 🌟 Contribution
We'd love to have your helping hand on contributions to `create-next-app` by forking and sending a pull request!
Your contributions are heartily ♡ welcome, recognized and appreciated. (✿◠‿◠)
How to contribute:
- Open pull request with improvements
- Discuss ideas in issues
- Spread the word
- Reach out with any feedback## ⚖️ License
The MIT License [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)