An example running LoopBack in the browser and server.
-
You must have
nodeandgitinstalled. -
Clone the repo.
-
cd loopback-example-full-stack -
npm install- install the root package dependencies -
npm install gulp -g- skip if you have gulp installed -
gulp install- install the sub package dependencies -
gulp- build and run the entire project in development mode -
open http://localhost:3000- point a browser at the running app