boneyard93501 6ad6784078 init reorg
2021-07-05 21:50:36 -05:00

16 lines
187 B
Markdown

## How to run
To run app in the development mode use:
npm start
To run tests in the interactive watch mode use:
npm test
To make a production build use:
npm run build