A simple starter project by Jasper V.
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.
-
Install Dependencies
npm install
-
Run Development Server
npm run dev
-
Build for Production
npm run build
npm run dev– Start the Vite development servernpm run build– Build the project for productionnpm run preview– Preview the production buildnpm run lint– Run ESLint on source filesnpm run format– Run Prettier to format code
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
This project is for personal and educational use.