Study management application for Bridge researchers.
Install node and npm. We recommend using something like nvm to manage your node installation. Then in the directory where you would like to create a project directory:
npm install
npm install webpack -g
webpack
Run a server (localhost:8080)
npm run start
Rebuild when a file changes
npm run watch
Build a release
npm run release