Skip to content

mustafa60x/x_pwa-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

x_pwa-app

This project is a modern frontend development environment built with Vite and TypeScript support.

Lighthouese

image

Project Setup

First, install dependencies by running the following command:

npm install

Available Commands

Start Development Server

npm run dev

This command starts the Vite development server.

Build the Project

npm run build

This command compiles TypeScript code using tsc and then builds the project using Vite.

Preview the Built Project

npm run preview

This command serves the previously built project via an HTTP server.

Requirements

  • Node.js (Recommended: 16.x or later)
  • NPM or Yarn

Dependencies

  • vite (Version: ^6.0.5)
  • typescript (Version: ~5.6.2)

License

This project is open-source and distributed under the MIT License.