Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 657 Bytes

File metadata and controls

34 lines (27 loc) · 657 Bytes

loopback-angular-authentification

Requirements

The loopback installation

We will now install strongloop to create our loopback application:

sudo npm install -g strongloop

project setup

Server:

npm install

Angular:

cd client/
npm install

run server

node .