A simple angular2 seed project. This project uses TypeScript as JS pre-processor and SystemJS as module loader. lite-server is used as a development server.
- Clone the repo.
- Run
npm install
to install dependencies. - Run
npm run launch
to start the development server and launch the application. - During development, keep the watch running -
npm run watch
for live code change deployment.