Skip to content

React starter kit for static apps (NO SSR): React + Vite + wouter + jest + testing-library + Prettier + ESLint + Stylint

Notifications You must be signed in to change notification settings

talk-to/react-vite-starter-kit

 
 

Repository files navigation

React Starter Kit

Intention is to have some light-weight starter kit for any react (static) applications. Faster 🚀 build time, type-safe, linting, etc, are the things which have been considered for this setup.

Includes

  • React 18 (latest)
  • TypeScript
  • Vite
  • wouter (opinionated, just to keep bundle smaller, but you can replace this with any routing lib its just a npm package)
  • Jest + testing-library/react
  • Prettier, ESLint and StyleLint
  • husky with lint-staged, and git actions

How to start

  • Fork and clone this repo and then:
  • nvm use (make sure you have latest node 17 OR nvm installed)
  • npm i
  • npm run dev

About

React starter kit for static apps (NO SSR): React + Vite + wouter + jest + testing-library + Prettier + ESLint + Stylint

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 66.2%
  • CSS 18.3%
  • HTML 7.5%
  • JavaScript 6.4%
  • Shell 1.6%