Skip to content

reactpractice-dev/basic-vite-react-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React + Vite

Basic React boilerplate using Vite.

Starts off from the React Javascript Vite template (@vitejs/plugin-react uses Babel for Fast Refresh)

Adds on top:

  • support for testing React components with vitest and React Testing Library
  • support for mocking HTTP requests in tests using msw

Getting started:

  • npm install
  • npm run dev

To run the tests: npm run test.

About

Starter repo for reactpractice.dev exercises

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published