1.0.0 • Published 7 years ago

create-next-react-app v1.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

create-next-react-app

We have not created the installer for creating Next React Apps yet. But you can still create it using create-react-app.

To do so:

1. Install Create React App

npm i -g create-react-app

2. create your new project

With the terminal, go in the folder where you want to create your project - e.g. ~/projects. And run:

create-react-app my-new-project --scripts-version next-react-app-scripts