1.0.6 • Published 7 years ago

create-react-application v1.0.6

Weekly downloads
12
License
MIT
Repository
-
Last release
7 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

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago