git clone https://github.com/brendonhps/ensalamento-back.git
cd ensalamento-back
npm i
node server/server.js
If you haven't already installed Node, download and install Node.js. For best results, use the latest LTS (long-term support) release of Node.js.
{% include warning.html content="LoopBack does not support Node.js versions prior to 4.x. " %}
Although in theory, you could code a LoopBack application from scratch, installing a LoopBack CLI tool makes it much easier to get started. It will scaffold an application that you can then customize to suit your needs. For more information, see Command-line tools.
You have two options for LoopBack tools:
You can also use the legacy StrongLoop CLI tool slc
.