1.1.0 • Published 7 years ago

react-init-tool v1.1.0

Weekly downloads
5
License
ISC
Repository
github
Last release
7 years ago

#react-init-tool An easy tool for react developers to init a react project.

##Usage install this module in global mode.

npm install -g react-init-tool

Run react-init-tool in your dev root.

react-init-tool test

An dev path named 'test' is set up. Enter in './test' path

cd test

Install packages in package.json

npm install 

run webpack-dev-server

npm start

Finally, enter 'http://localhost:8080' in Browser to get your dev pages.

1.1.0

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago