Frontend
Last updated
Was this helpful?
Last updated
Was this helpful?
The frontend configuration files are located at:
frontend/src/config/<environment>.tsx (For React and Vue)
frontend/src/environments/environment.<environment>.ts (For Angular)
The localhost configuration is already in place, you don't need to change anything. For the staging and production environments, please refer to the section.
Make sure you have installed on your machine. The recommended version is 16.
It is recommended that you use a Node Version Manager tool for you to be able to switch version if you need it in the future.
MacOS/Linux:
Windows:
Go to the frontend folder of your project and run:
You can ignore installation warnings, but if it doesn't compile for some reason, try .
Go to the frontend folder of your project and run: