new-react-app

1.0.2 • Public • Published

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!

/new-react-app/

    Package Sidebar

    Install

    npm i new-react-app

    Weekly Downloads

    14

    Version

    1.0.2

    License

    MIT

    Last publish

    Collaborators

    • ga-mo