1.0.2 • Published 7 years ago

new-react-app v1.0.2

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

react-redux-boilerplate

React starter boilerplate for client and server rendering (Universal)

Install (new-react-app) to global:

Package command to create react preject.

$ npm install -g new-react-app

Create new project:

$ new-react-app my-project

You can run these commands in the project:

Starts the development server.

$ npm run dev

(Client side) Bundles files for production.

$ npm run build:client

(Server side) Bundles files for production.

$ npm run build

Starts the production server.

$ npm run start

Testing

$ npm test

Thank you for your suggestions!

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago

0.9.0

7 years ago

0.8.0

7 years ago

0.7.0

7 years ago

0.6.0

7 years ago

0.5.0

7 years ago

0.4.0

7 years ago

0.3.0

7 years ago

0.2.0

7 years ago

0.1.0

7 years ago