fluent-pad/client/README.md

16 lines
187 B
Markdown
Raw Permalink Normal View History

2021-01-08 18:32:05 +03:00
## 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