Skip to content

crizzy9/tcb-frontend

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published