This is a project I completed as a student at Hack Reactor Remote Beta during a 2-day solo sprint as a means to experiment with Angular2 (beta) and TypeScript.
- Node.js and npm Node ^4.2.3, npm ^2.14.7
- Run
npm install
to install dependencies - Run
npm start
to run both the server and the compiler (to convert TypeScript files to JavaScript files), both in "watch" mode - Run
npm run tsc
to run the TypeScript compiler once - Run
npm tsc:w
to run the TypeScript compiler in watch mode which keeps an eye out for any changes to TypeScript files and recompiles them as necessary - Run
npm run lite
to run the lite-server, a light-weight, static file server with support for Angular apps that use routing - Run
npm typings
to run the typings tool npm run postinstall
is called by npm automatically after it successfully completes package installation.