Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 526 Bytes

File metadata and controls

23 lines (15 loc) · 526 Bytes

React Vite Frontend

Frontend was made on React JS framework by using Vite to setup the repo.

Setup

Visit oficial nodejs installation webpage to install node on computer if needed

If frontend will be deployed directly on compose node installation step is not needed as Dockerfile includes a node image as base

To run locally, install dependencies

npm update
npm audit fix --force # if any vulnerability present
npm install

Run develop server

npm run dev