/react-sass-webpack

A project template for React 18, SASS built with Webpack 5

Primary LanguageJavaScriptMIT LicenseMIT

🚀 React 18, SASS + Webpack 5

Getting Started

Start a live auto-reload server

yarn start

# or
npm run start

Build a final version

yarn build

# or
npm run build