Masaknd / vite--react_js_swc_dartsass

vite compiler for react.js based system with javascript + dartsass + eslint

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vite boilerplate for React.js with Dart-Sass

React   SASS   HTML5
Vite boilerplate to build SPA websites

Description

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.

Getting Started

Clone files to your direction

Dependencies

  • pnpm/npm need to be installed

Installing

node modules installation
$pnpm/npm install

Executing program

"dev": development mode

$ pnpm dev

"build": build mode

$ pnpm build

Help

No specification


Authors

Masaknd: @Masaknd_dsgn

Version History

  • 1.0.0

License

Acknowledgments

Inspiration, code snippets, etc.

Currently, two official plugins are available:

About

vite compiler for react.js based system with javascript + dartsass + eslint


Languages

Language:SCSS 69.9%Language:JavaScript 26.6%Language:HTML 3.5%