Skip to content

Template for react apps using vite and typescript 📗

License

Notifications You must be signed in to change notification settings

sudipstha08/react-ts-template

Repository files navigation

React TS template 📚

Basic commands 🔧

commands description
yarn start-dev run the development server
yarn install install dependencies
yarn lint run linter
yarn remove remove a package
yarn build build application

Quick Start

  • Install dependencies yarn install
  • Start dev server yarn start-dev

Tech Stacks 📦

tech description Links
vite FE Tooling Vite
react js library React
typescript types Typescript
axios HTTP client Axios
react-query data fetching React Query
eslint linting Eslint
prettier code formatter Prettier
commitlint commit convebtion Commitlint
husky pre-cmmit hooks Husky
stylelint css linter Stylelint

Motivation

I was in need of a good, solid, reliable and fast boilerplate to work with React/Typescript projects. I was working with Create-React-App and Webpack previously. Later on I discovered Vite which is a good alternative fro CRA

License

MIT