Note: this example uses loopback@2.0.0-beta!
An example running LoopBack in the browser and server.
-
You must have
node,git, andmongodinstalled. -
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 -
mongod- make sure mongodb is running -
gulp- build and run the entire project in development mode -
open
http://localhost:3000- point a browser at the running app