metamaps--metamaps/README-frontend.md
Connor Turland 36a58e4bf3 remove stuff
2018-02-15 13:47:28 -05:00

361 B

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.