Skip to content

GA-MO/new-react-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published