The project is generated by LoopBack.
If you have follow our tutorial at BeCompany blog then you should be familiar with the requirements. This is the code resultant after a three series of blog articles showing how to create fast REST based web application prototypes.
- Nodejs
- Loopback
- Typescript
- Typings
Open a terminal and go to root of the project source. Then install and build the dependencies as follows:
becompany-loopback-tutorial $ npm install
becompany-loopback-tutorial $ cd client
client $ typings install
client $ npm install
client $ npm run tsc
Open a terminal and go to root of the project source, then just start the application with "node .".