rona-web-frontend

A simple website built on top of vitejs + react

Built on top of Vite and react-carousel

How to run locally:

  1. Clone repo to your local machine

  2. In terminal/cmd move directory to the project

  3. install all dependency

  • NPM npm install
  • yarn yarn
  1. run dev server
  • NPM npm run dev
  • yarn yarn dev