Keeper is a web application built using React and powered by Vite. It provides a fast and optimized development experience with the latest web technologies.
- ⚡ Lightning-fast development with Vite
- 🔄 Hot Module Replacement (HMR) for smooth development workflow
- 🚀 Optimized production build with Vite
- 🛠 Integrated ESLint for code quality
Ensure you have Node.js installed.
Run the following command to install project dependencies:
npm install
### Start Development Server
npm run dev
### Build for Production
npm run build
### Preview the Build
npm run preview
### Lint the Code
npm run lint