Skip to content
/ vite-starter Public template

This template provides a minimal setup to get React working in Vite with HMR, path aliases, testing and some ESLint rules.

License

Notifications You must be signed in to change notification settings

ocskier/vite-starter

Repository files navigation

React + TypeScript + Vite + Vitest

This template provides a minimal setup to get React working in Vite with HMR, path aliases, testing, automation and some ESLint rules.

.env Files

.env                 # loaded in all cases
.env.local           # loaded in all cases, ignored by git
.env.[mode]          # only loaded in specified mode
.env.[mode].local    # only loaded in specified mode, ignored by git

Sample added - needs to be converted to be ignored

About

This template provides a minimal setup to get React working in Vite with HMR, path aliases, testing and some ESLint rules.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published