Skip to content

Latest commit

 

History

History
67 lines (41 loc) · 1.29 KB

README.md

File metadata and controls

67 lines (41 loc) · 1.29 KB

Netlify Status

PEBMED Whitebook - Frontend challenge

📖 Please, check the Wiki tab for more information.

🪨 You can also check the project's milestones.

🧪 Get valid input to test.

Live preview

How to run

Prerequisites

Setup

Clone this repository

git clone https://github.com/felipeog/pebmed-frontend-challenge.git

Change the directory to the cloned repository

cd pebmed-frontend-challenge

Install dependencies

npm i

Development server

Start the development server

npm run dev

URL: http://localhost:5173

Production server

Build the app

npm run build

Start the production server

npm run preview

URL: http://localhost:4173