1.0.0 • Published 7 years ago

@planet/react-app v1.0.0

Weekly downloads
-
License
-
Repository
-
Last release
7 years ago

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.