This is a sample application intended to learn Angular2.
These are the high level goals
- Learn Angular2
- Set up some reusable assets or project template
- Explore concepts like AOT
- Set up Linting rules for Angular2
- Follow the Angular2 Style guidelines
- Incorporate Webpack into the Angular2 Pipeline
- Explore Angular2 testing
- Ensure that you have git installed on your machine
- Make sure that you have node and npm installed
- Make sure that you have yarn installed
git clone https://github.com/jmurkoth/TODOAngular2.git
cd TODOAngular2
yarn
npm run serve-dev