This project is a modern frontend development environment built with Vite and TypeScript support.
First, install dependencies by running the following command:
npm install
npm run dev
This command starts the Vite development server.
npm run build
This command compiles TypeScript code using tsc
and then builds the project using Vite.
npm run preview
This command serves the previously built project via an HTTP server.
- Node.js (Recommended: 16.x or later)
- NPM or Yarn
vite
(Version: ^6.0.5)typescript
(Version: ~5.6.2)
This project is open-source and distributed under the MIT License.