Skip to content

samboosa5k/create-react-app-vite

Repository files navigation

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.

About

React v19 with Vite, TS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors