Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 673 Bytes

README.md

File metadata and controls

41 lines (29 loc) · 673 Bytes

Run Locally

Clone the project

  git clone https://github.com/lucasangelino/skincare.git

Go to the project directory

  cd skincare

Go to the backend directory and install dependencies

  cd backend
  npm i

Run Backend (NOTA: El la autenticacion de la App no esta implementada al 100%, por lo que no es necesario correr el Backend para usar el Frontend. Podes saltar este paso y continuar con la instalacion de Frontend)

  npm run dev

Go to the frontend directory and install dependencies

  cd ../frontend
  npm i

Run frontend

  npm run dev

Open browser and go to

http://localhost:3000/