Skip to content

felipeog/pebmed-frontend-challenge

Repository files navigation

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:https://localhost:5173

Production server

Build the app

npm run build

Start the production server

npm run preview

URL: http:https://localhost:4173