-
Install Node.js on your computer
- Make sure you have Node.js installed on your computer.
https://nodejs.org/en/download/current
-
Install Yarn
-
Install Yarn globally using the following command:
npm install --global yarn
-
-
Install Dependencies
-
Run the following command in the project root directory to install the required dependencies:
yarn
-
- Execute the following command in the project root directory to start the service:
yarn dev
http://localhost:3000/challenge1
http://localhost:3000/challenge2
http://localhost:3000/challenge3