/angular2-socketio-nodejs-memory-game

Angular2, Socket IO, Node JS and JWT, Memory Game with Chat

Primary LanguageTypeScriptMIT LicenseMIT

Angular2 and NodeJS, Memory Game with Chat

Branch start seed from angular2-webpack.

Special thanks to enaukkarinen/Angular2-RxJS-Socket.io-chat-application got lot of ideas from his git repo.

Quick start

# clone our repo
$ git clone https://github.com/reneszabo/angular2-socketio-nodejs-memory-game.git game

# change directory to your app
$ cd game

# install the dependencies with npm
$ npm install

Development mode

start Angular webpack

$ npm start

go to http://localhost:8080 in your browser.

start nodejs webpack

$ node server/index.js

Production mode

$ node server/index.js

go to http://localhost:8889 in your browser.

License

MIT