a HANS stack ( Hapi, Angular, Node, Socket.io) using TypeScript Hapi / Angular / Node / Socket.io / TypeScript
This is a pure semi-warm boilerplate to show the communication between Angular and Socket.io.
- Pure framework
- Add your own security, validation, and tests.
HANS Stack consists of a simple
$ git clone
$ cd hans-stack
$ cd server
$ npm install
$ cd ..
$ cd client
$ npm installTo start the API and web servers:
$ cd client
$ npm start
$ cd ..
$ cd server
$ npm run build
$ npm run startOpen a browser: