Skip to content
This repository has been archived by the owner on Apr 6, 2022. It is now read-only.

Latest commit

 

History

History
35 lines (18 loc) · 1019 Bytes

README.md

File metadata and controls

35 lines (18 loc) · 1019 Bytes

Getting Started with Create React App

This project was bootstrapped with Create React App.

GitHub Desktop

Download and install Create React App.

Clone the repository from COMP3851-DP2 to your PC.

Visual Studio Code

Download and install Visual Studio Code.

For editing purposes, please use Visual Studio Code as it is much easier to develop and edit the codes.

Running of code in the browser

In the project directory, run:

npm install

Note that you will only need to do this once.

Afterwards, run:

npm start

localhost will start and you should be able to run the file in the browser.

If your browser does not automatically run the file, try the command again or open http://localhost:3000 to view it in your browser.

Questions

Please text in the WhatsApp group chat if you run into any problems.