Skip to content

Instantly share code, notes, and snippets.

@arturfog
Last active November 22, 2018 16:08
Show Gist options
  • Save arturfog/32b1a003ad34e8bbaef41cea7a803aa8 to your computer and use it in GitHub Desktop.
Save arturfog/32b1a003ad34e8bbaef41cea7a803aa8 to your computer and use it in GitHub Desktop.
ng new client --routing --prefix tcc --skip-install
ng generate module shared --module app
ng generate module shared/material --module shared
ng serve -o
npm i -g @angular/cli
npm install gulp-cli -g
npm install --save-dev typescript gulp gulp-typescript
npm install --save express socket.io @types/express @types/socket.io
npm init
node dist/index.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment