Skip to content

Launch main frontend

You will need to install the dependencies for the frontend before the first run, and every time you add or change a dependency.

Install dependencies

goeditor
npm install

Start the main frontend

goeditor
gulp

Stop the main frontend

If you need to stop the frontend, you can do this by pressing Ctrl + C.