metamaps--metamaps/frontend/README-frontend.md

20 lines
361 B
Markdown
Raw Normal View History

To setup javascript dev, first run
npm install
to set up your testing environment. Then use
npm run test
to see the results of testing the current javascript files.
To build the javascript files, run
npm run build
If you are actively developing and would like any changes to trigger a rebuild, you can use
npm run build:watch
instead.