Skip to content

This project is intended to show how to create fast prototypes for web application based in Loopback.io.

License

Notifications You must be signed in to change notification settings

becompany/becompany-loopback-tutorial

Repository files navigation

BeCompany Loopback.io tutorial

The project is generated by LoopBack.

How to run the project?

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.

Requirements

  • Nodejs
  • Loopback
  • Typescript
  • Typings

Building the application

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

Launch the application

Open a terminal and go to root of the project source, then just start the application with "node .".

About

This project is intended to show how to create fast prototypes for web application based in Loopback.io.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published