- Install the total.js in project directory or globally with option -g
npm install -g total.js bower typescript
- Install the dependencies in /client
npm install
- Install bower dependencies in /client (boostrap and jquery lib)
bower install
- compile .ts files in Angular. Open another command line and go to the /client folder and run
npm run tsc -w
```
5. Start the server from the root directory of project
node server ```
- Visit http://localhost:8000