Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 803 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 803 Bytes

Getting Started with Vite

This project was bootstrapped with Vite Vite GitHub.

Cloning this repository

git clone https://github.com/MMJeison/frontend.git

Clone the remote repository to your local machine

cd frontend

Enter the project directory to be able to execute the available scripts

Available Scripts

In the project directory, you can run:

npm install

To install project dependencies

Then, you can run:

npm run dev

Runs the app in the development mode.
Open http://localhost:5173/ to view it in your browser. The page will reload when you make changes.
You may also see any lint errors in the console.

npm run test

Run all the written tests

Others Scripts