1.0.6 • Published 6 years ago

create-react-application v1.0.6

Weekly downloads
12
License
MIT
Repository
-
Last release
6 years ago

create-react-application

npm npm

create-react-application is a lightweight program for establishing react development environment. It's a little work after learning the source code of create-react-app, just for fun!

Get Started

Installing create-react-application globally:

npm i create-react-application -g

or locally:

npm i create-react-application -D

then establish the development environment:

create-react-application <your-project-name>

when it done ,you can start your local server:

npm run start

or build your app:

npm run build

Hope you enjoy it!

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago