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 Deployment > Frontend section.
Make sure you have NodeJS installed on your machine. The recommended version is LTS.
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: https://github.com/nvm-sh/nvm​
Windows: https://github.com/coreybutler/nvm-windows​
Go to the frontend folder of your project and run:
npm install
You can ignore installation warnings.
Go to the frontend folder of your project and run:
npm start
​