@planet/react-app
v1.0.0
Published
Starter project for React/Redux apps
Keywords
Readme
Setup
Install dependencies with npm:
npm installDevelopment
Start the dev server (and visit http://localhost:3000/):
npm startRun the tests continuously:
npm test -- --watchProduction
Create the app bundle:
npm run buildFind the build artifacts in the build directory.
