crizzy9 / tcb-frontend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TcbFrontend

Install Dependancies

npm install
npm install -g @angular/cli

ignore the fsevents error

Dev run

ng serve
localhost:4200

Prod run

npm run build (ng build --aot --prod)
npm start (starts express server that hosts the /dist folder)
localhost:8080

Deployed using angular-cli-ghpages. Reference: Deployment guidlines

About


Languages

Language:TypeScript 44.5%Language:JavaScript 21.1%Language:HTML 21.0%Language:CSS 13.4%