You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

new-react-app

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

new-react-app

React starter boilerplate for client and server rendering (Universal)

1.0.2
latest
Source
npmnpm
Version published
Maintainers
1
Created
Source

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!

Keywords

react

FAQs

Package last updated on 02 Aug 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts