YES project visualization tool
To set up dev environment:
- Install node.js + npm (Both are in nodejs's installer)
- Run "npm install" to get node modules and typings
Useful npm commands in this project:
npm start: run the typescript compiler and web server in watch mode (They will recompile and refresh the browser when files are changed).
npm run tsc: Run the typescript compiler once. Output goes in the out folder.
npm run tsc:w: Run the typescript compiler in watch mode.
npm run lite: Run the web server.
npm run build: Make a production build. Output goes in the Build folder.
Collaborators: Ben Forman, Matthew Joyce, Michael Zanga, Cameron Nordan