Skip to content

brycesteinhoff/angular2-simple-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Angular 2 Simple Chat

Angular 2 example application. I wrote this to learn & play around with the new Angular 2 beta. Work in progress.

Installation

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

Demo

Access the live demo here.

Tools

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

About

A super simple Angular 2 chat app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published