Skip to content
/ react-core-vite Public template

template for React project with Vite 2.0

Notifications You must be signed in to change notification settings

4byt3s/react-core-vite

Repository files navigation

react-core-vite

Template for Reactjs projects with Vite 2.0

Run project

  • Install node modules with npm npm install

  • Run Project npm run dev

  • Create Build npm run build

  • Run lint npm run lint

  • Fix project with lint npm run lint:fix