Installing the client¶
It is recommended to use Visual Studio Code to install and use the client, but it is not necessary. In order to install the client, you will need to do the following:
Install Node (LTS).
Clone the git repository teknikattan-scoring-system.
Open a terminal and navigate to the root of the cloned project.
Install all client dependencies:
cd client
npm install
You should now be ready to start the client.
Try it by running npm run start.
A web page should open where you can see the login page.
If you are using VS Code you can also start the client with the task start client.
If there are any errors, please try this.¶
npm rm react react-dom
npm i -s react react-dom