Skip to content

andershessellund/angular2-intro

Repository files navigation

Angular2 TodoMVC app

  • Install NodeJS from https://nodejs.org
  • checkout the code using git, open a terminal and change directory to the project folder
  • Install jspm: npm install -g jspm
  • install npm packages: npm install
  • install jspm packages: jspm install
  • install chokidar-socket-emitter: npm install -g chokidar-socket-emitter
  • start backend: node web-server.js
  • start chokidar in a different terminal by running chokidar-socket-emitter in the project folder
  • Open browser and go to http://localhost:3000/index-completed.html
  • Start hacking!

The app reload automatically if you change TypeScript code, but this does not work with the templates (yet).

About

Angular2 introductory presentation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published