To start, run these commands in the terminal:
npm i
npm run dev
To preview the project, open Safari in split view and visit localhost:8080
.
"scripts": {
"dev": "webpack s --mode development --port 8080", // Start dev server
"build": "webpack b --mode production" // Build for production
}