A simple Todo app written in Angular2 and bootstrap 4
To run this app you need node to be installed: https://nodejs.org/en/
Download the zip.
Move into the folder trough the reminal and run:
npm install
when the download of the nodule_modules is completed, just run:
npm start
a browser window should be lunched showing you the app.
The app is written in Typescritp using Angular2 Beta and some of the styling from Bootstrap4 alpha.
Bootrstrap4 is linked via cdn link, while Angular2 will be downloaded through node.
All the code is commented, you won't have any problem to understand it.
