Please follow these instructions to configure and run the Frontend on your localhost
Open a New Terminal Window
As you know, our Backend and Frontend web apps are separate, therefore we will need separate terminal (Mac) or cmd (windows) windows running at the same time to lunch the Registration System.
Please lunch a new terminal/cmd window before proceeding to the next steps.
Navigate into the 'Frontend' project directory
Please navigate into the 'Frontend' project directory and install the dependencies within your new terminal/cmd window.
cd <Frontend-dir> yarn install OR npm install
Configure Webpack
Before we can build, run or deploy our Frontend it is important to ensure that the 'webConfig.json' file is configured correctly for our environment.