Skip to content

kaichen87/angular-socket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Run Server

To run server locally, just install dependencies and run gulp task to create a build:

$ cd server
$ yarn install
$ yarn start

The socket.io server will be running on port 8099

Run Client

Open other command line window and run following commands:

$ cd client
$ yarn install
$ ng serve -o

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published