Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 605 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 605 Bytes

This project was bootstrapped with Create React App.

Setup

Run npm install in project directory.

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

npm test

Launches the test runner in the interactive watch mode.

npm run build

Builds the app for production to the build folder.

To view the deployment on a static server run:
npm install -g serve
serve -s build