- React 18+ and Webpack 5.9+
- SASS support out of the gate
- HMR and hot reloading
- Compiles to a single JS and CSS file
- Not bloated with the create-react-app and Next.js spaghetti 🍝
npm iInstall dependencies- Create a
.envfile in the root of the folder npm run devwill open your browser to localhost:9000
npm run build:prod