-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
Description
In the official documentation, we have an installation page: http://loopback.io/doc/en/lb4/Installation.html. I'm not sure whether we need the section for Adding LoopBack 4 to an existing project, because we highly recommend users to scaffold a LB4 app using CLI.
I have 2 proposals:
Option 1
- Remove the installation page completely
- the prerequisite of installing Node already exists in Getting Started page.
Option 2
- Keep the installation page
- Remove
Adding LoopBack 4 to an existing projectsection - Move Install LoopBack 4 CLI instruction from Getting Started to Installation page
related to: #988