Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 734 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 734 Bytes

Keeper

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.

Features

  • ⚡ Lightning-fast development with Vite
  • 🔄 Hot Module Replacement (HMR) for smooth development workflow
  • 🚀 Optimized production build with Vite
  • 🛠 Integrated ESLint for code quality

Project Setup

Prerequisites

Ensure you have Node.js installed.

Install Dependencies

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