1.0.0 • Published 7 years ago
@planet/react-app v1.0.0
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.
1.0.0
7 years ago