/tcb-frontend

Primary LanguageTypeScript

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