For a new installation in local machine, you need to run the next commands:
npm install
Insert fake data in the local database for preview all views and test the app functionalities
npm run seeder
Run the express app
npm run local
If you don't reload the app for each change, you can use
npm run local-watch
It reload the server for each change you do.
The app is running in the port: 3000, so, you can see with the URL: http://localhost:3000/api