Angular 2 example application. I wrote this to learn & play around with the new Angular 2 beta. Work in progress.
Run it yourself:
npm install
npm run webpack:prod
npm run serve
Or boot up the virtual machine:
vagrant up
And run it there:
vagrant ssh
cd ~/angular2-simple-chat
npm run serve
Access the app: http://localhost:8080
Access the live demo here.
This app uses these tools, among others:
- Angular 2
- Webpack
- Babel
- ES6 modules
- ES7 decorators
- JSON Web Tokens
- RxJS Observables
- Node.js / Express
- MongoDB / Mongoose
- Socket.io