Skip to content

Latest commit

 

History

History

Client

Client Side

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

How to install and run it?

Before running the frontend project, we need to check that you are in the client route (subfolder) in terminal, if not, copy this.

cd Client/

Lets install all dependencies with next script.

npm install

To run in dev mode

npm run dev

To build our project (.js)

npm run build