Start Naviga Web
How to start, stop and control Naviga Web locally
start command
start commandUse this command to start your Naviga Web project.
$ make startMore commands
The Makefile is for controlling docker commands and is a part of Starter Kit.
Some commonly used commands:
make start            # Start the environment.
make stop             # Stop the environment.
make restart          # Restart the environment.Last updated
Was this helpful?