Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 425 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 425 Bytes

React App Boilerplate

Features

  • 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 🍝

Development

  • npm i Install dependencies
  • Create a .env file in the root of the folder
  • npm run dev will open your browser to localhost:9000

Production Build

npm run build:prod