NOTE: This repository is a work-in-progress, and not yet ready for production use!
npm install
npm start
to build your client app and start a web servernpm run build
to prepare a distributable bundlenpm start
and npm run watch
in two separate terminals to build your client app, start a web server, and allow file changes to update in realtimenpm run build:prod
to compile the ngfactory files and build prodnpm run server
to start up the server