Created
September 4, 2017 14:51
-
-
Save toanalien/93a42d94b18e3acddb71f859786ea366 to your computer and use it in GitHub Desktop.
loopback create app
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ 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