Skip to content

Instantly share code, notes, and snippets.

@tobiasoberrauch
Created August 30, 2020 14:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tobiasoberrauch/0617564513513148009a6358ae06563d to your computer and use it in GitHub Desktop.
Save tobiasoberrauch/0617564513513148009a6358ae06563d to your computer and use it in GitHub Desktop.
# Technology
Angular
# Create new app
ng new frontend --directory=./frontend --interactive=false --routing=true --style=scss --packageManager=yarn
# Start app
yarn start
# Technology
Loopback
# Pre-conditions
npm i -g @loopback/cli
# Create new app
lb4 app --config '{ "name": "backend", "application": "backend", "outDir": "backend", "packageManager": "yarn", "yes": "true" }'
# Start app
yarn start
# Create datasource
lb4 datasource
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment