Skip to content

Instantly share code, notes, and snippets.

@toanalien
Created September 4, 2017 14:51
Show Gist options
  • Select an option

  • Save toanalien/93a42d94b18e3acddb71f859786ea366 to your computer and use it in GitHub Desktop.

Select an option

Save toanalien/93a42d94b18e3acddb71f859786ea366 to your computer and use it in GitHub Desktop.
loopback create app
$ lb
? What's the name of your application? hello-world
? Enter name of the directory to contain the project: hello-world
? Which version of LoopBack would you like to use? 3.x (current)
? What kind of application do you have in mind? hello-world (A project containing a controller,
including a single vanilla Message and a single remote method)
...
I'm all done. Running npm install for you to install the required dependencies.
If this fails, try running the command yourself.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment