Skip to content

gaxelac0/skincare

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

https://localhost:3000/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.3%
  • HTML 1.2%
  • Other 1.5%