- clone the project
- run
npm start
- navigate to 'localhost/8080'
- start developing your Angular2 app with TypeScript
Minimal Angular2 development environment which use typeScript. it loads and bootstrap the most minimal angular2 app. that's it.
This project doesn't contains any webpack configuration for code splitting and efficient bundling for production. The main purpose of this project is to get you up and running with your development environment only. Read more about how to configure webpack for production bundling and make your own choices.