To use this repo:
Make sure you have NodeJS installed: https://nodejs.org/en
Make sure you have some sort of text editor (VSCode recommended https://code.visualstudio.com/)
Run the following commands:
-
Go into the react folder:
cd react
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
View the webpage: http://localhost:3000/
-
The exercises are in the
react/src/pages/exercises
folder