Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hans-stack

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.

Installation

HANS Stack consists of a simple

$ git clone 
$ cd hans-stack
$ cd server
$ npm install
$ cd ..
$ cd client
$ npm install

Startup

To start the API and web servers:

$ cd client
$ npm start
$ cd ..
$ cd server
$ npm run build
$ npm run start

Open a browser:

http://localhost:4200/

About

a HANS stack ( Hapi, Angular, Node, Socket.io) using TypeScript

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages