- Make sure Git and NodeJS is installed
- Clone this repository to your local computer.
- Open terminal in root directory. Run
npm install
oryarn install
. - Now app is fully configured 👍 and you can start using this app using
npm run dev
oryarn run dev
.
NOTE: This app was created with Vite
You might encounter some bugs while using this app. You are more than welcome to contribute. Just submit changes via pull request and I will review them before merging. Make sure you follow community guidelines.
You can also give this repository a star to show more people and they can use this repository.
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh