This repository is no longer actively maintained. It remains public as a reference, but no ongoing updates or support are planned.
- Webpack 5
- SCSS
- PostCSS
- SWC
- JS and CSS minification
- Clone the repository and install dependencies with npm or yarn.
- Run
npm run startto start the development server athttp://localhost:3000. - Run
npm run buildto create a production build in thedistfolder.