Before running the application, you will need install these:
- Clone the repository to your machine and select the added folder
git clone https://github.com/RaphaelGLv/WebDevProject.git
- Install the project dependencies
yarn
- Run the project in your local machine
yarn dev
The development server will start, and you can access the application at http://localhost:3000 in your browser.