Skip to content

📦 Simple boilerplate: Webpack 5, Babel, Autoprefixer, Eslint, Stylelint and SCSS

Notifications You must be signed in to change notification settings

emendelski/webpack-starter-kit

Repository files navigation

webpack-starter-kit

Starter Kit for every-day frontend work

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# deploy project to FTP server
npm run deploy