@planet/react-app
v1.0.0
Published
Starter project for React/Redux apps
Downloads
4
Keywords
Readme
Setup
Install dependencies with npm
:
npm install
Development
Start the dev server (and visit http://localhost:3000/):
npm start
Run the tests continuously:
npm test -- --watch
Production
Create the app bundle:
npm run build
Find the build artifacts in the build
directory.