Start Naviga Web

How to start, stop and control Naviga Web locally

start command

Use this command to start your Naviga Web project.

$ make start

More 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.

Complete list of make commands in Starter Kit.

Last updated