Skip to content

ArihantBapna/VartTemplate

Repository files navigation

VaRT - Vite and React with Typescript Vart Template Build

This template is a starting point for building a React app with Typescript and Vite.

It comes preconfigured with the following:

  • React Router Dom
  • React Redux (RTK)
  • Stitches in JS
  • TailwindCSS Preflight (Normalizes browser default CSS)
  • ESLint - Recommended Style Guides
  • Prettier - Code Formatter (Configured to work with ESLint)

Clone this git repository and run npm install to complete setup

Other scripts setup:

  • npm run dev - Starts the development server
  • npm run build - Builds the app for production
  • npm run preview - Previews the built app
  • npm run lint - Runs ESLint on the project
  • npm run lint:fix - Runs ESLint on the project and fixes any errors
  • npm run format - Runs Prettier on the project

About

A quickstart to vite and react web apps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published