Skip to content

Vite React stater template with TS, ESLint, Prettier, TailwindCSS, SASS, Unplugin Icons

Notifications You must be signed in to change notification settings

hieubq90/vite-react-ts-starter

Repository files navigation

Vite + React + TypeScript + Eslint + Prettier + TailwindCss


💡 Get Started


These templates are meant to be used as is via the degit utility.

# Javascript template
$ npx degit hieubq90/vite-react-ts-starter my-project
$ cd my-project
$ yarn install # or npm install

📜 Features


[ ✔️] Vite for faster Dev Server and Bundler 🚀

[ ✔️] ReactJS as UI Library

[ ✔️] TypeScript for Safe Types checking

[ ✔️] Eslint + Prettier for linting & fixing syntax code

[ ✔️] TailwindCss + Sass for Style

[ ✔️] unplugin-icons & unplugin-auto-import

  • Support automatic load SVG Assets as a Custom Icons Collection
  • Support automatic import SVG Assets as React Component
<button>
  <MyIconsHome />
  <span>Home</span>
</button>

🪄 Running Project

Run dev

yarn dev --port 3000
# or
npm run dev --port 3000

🔨 Build Product

Run dev

yarn build
# or
npm run build

About

Vite React stater template with TS, ESLint, Prettier, TailwindCSS, SASS, Unplugin Icons

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published