Skip to content

intuity-hans/vite-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

new project

this is a project template for react x viteJS:

  • ViteJS
  • reactJS
    • chakra-ui
    • react-router-dom
    • zustand
  • Typescript
  • ESLint

vite aliases

we use aliases for importing modules which turns this:

import Test from ../../../../components/Test

into this

import { Test } from @components

🤓

"paths": {
    "@components/*": ["./components/*"],
    "@components": ["./components"],
    "@routes/*": ["./routes/*"],
    "@types": ["./types"],
    "@store": ["./store"],
    "@theme": ["./theme"],
    "@theme/*": ["./theme/*"]
}

About

Just a quick starter for ViteJS, React and TS 🛵🛵🛵

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors