metamaps/metamaps

View on GitHub
frontend/README-frontend.md

Summary

Maintainability
Test Coverage
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.