Skip to content

Latest commit

 

History

History
69 lines (44 loc) · 1.49 KB

File metadata and controls

69 lines (44 loc) · 1.49 KB

React + TypeScript + Vite Project

A simple starter project by Jasper V.


Table of Contents


Overview

This project provides a minimal setup for developing React applications with TypeScript and Vite.

It is intended for testing and demonstrating modern React + TypeScript development, with out-of-the-box configuration for fast development and good code quality.


Project Structure


Getting Started

  1. Install Dependencies

    npm install
  2. Run Development Server

    npm run dev
  3. Build for Production

    npm run build

Available Scripts

  • npm run dev – Start the Vite development server
  • npm run build – Build the project for production
  • npm run preview – Preview the production build
  • npm run lint – Run ESLint on source files
  • npm run format – Run Prettier to format code

Acknowledgements & Source

This setup is loosely based on the Medium article:

Setting up ESLint, Prettier and Airbnb style guide in React 18 with Typescript: A Deep Dive


License

This project is for personal and educational use.