Vite boilerplate to build SPA websites
A minimal setup to get React working on Vite with HMR and ESLint rules. Use dart-sass to style your products and save files each component folders which are under scss folder. Save main and feature JSX files under src folder.
Clone files to your direction
- pnpm/npm need to be installed
node modules installation
$pnpm/npm install
"dev": development mode
$ pnpm dev
"build": build mode
$ pnpm build
No specification
Masaknd: @Masaknd_dsgn
- 1.0.0
Inspiration, code snippets, etc.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh