Skip to content

globalchat-online/globalchat-angular

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

globalchat.online

screen shot 2018-06-24 at 3 24 36 pm

Chat with others in the world, even you can't say their language.

Using Skills

Run

To run the test suite, first install the dependencies, then run npm test:

$ npm install
$ ng serve --host 0.0.0.0

or you can do that with Docker:

docker run -it --rm -v "$PWD":/usr/src/app -w /usr/src/app node /bin/bash -c 'npm i'
docker run -it --rm -w /app -v $(pwd):/app -p 4200:4200 alexsuch/angular-cli:6.0.3 ng serve --host 0.0.0.0