/new-react-app

Primary LanguageJavaScript

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!