ilalande / ReactBoilerPlate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React + TypeScript + Vite BoilerPlate

This template provides a setup to get React working in Vite with HMR and some ESLint rules. Created from Vite (React and Typescript), it has been enhanced with :

  • axios
  • module CSS setup and basic CSS rules to have variables and reset setup (without plugin)
  • aliases (configuration in vite.config and tsconfig. Adding vite-tsconfig-paths) within vite-tsconfig-paths
  • basic structure of App concording with A11y rules
  • folder organisation for components, pages
  • React Router setup (adding react-router-dom,localforage, match-sorter, sort-b libraries)
  • General Layout

About


Languages

Language:TypeScript 57.4%Language:CSS 31.3%Language:HTML 7.5%Language:JavaScript 3.8%