https://github.com/owenizedd/rona-web-frontend
https://github.com/owenizedd/rona-web-frontend
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/owenizedd/rona-web-frontend
- Owner: owenizedd
- Created: 2021-07-02T11:24:46.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-11T08:32:51.000Z (over 4 years ago)
- Last Synced: 2025-07-27T04:52:36.227Z (5 months ago)
- Language: JavaScript
- Homepage: rona-web-frontend.vercel.app
- Size: 10.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rona-web-frontend
[A simple website built on top of vitejs + react](https://rona-web-frontend.vercel.app/)
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`
4. run dev server
- NPM
` npm run dev`
- yarn
`yarn dev`