mirror of
https://github.com/fluencelabs/examples
synced 2025-04-01 07:31:06 +00:00
187 B
187 B
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