Skip to content

Minimalist webpack front-end boilerplate built for frontend devs

License

Notifications You must be signed in to change notification settings

Ughur/webpack-starter

Repository files navigation

Webpack Starter

Minimalist webpack front-end boilerplate built for developers

Installition

run below command to install all dependencies that need.

npm install

Start dev server

Run npm run dev or npm start for a dev server. Navigate to http://localhost. The app will automatically reload if you change any of the source files.

Building the project for production

Run npm run build to build the project. The build artifacts will be stored in the build/ directory.




\

Features

  • Transpile all your javascript file to ES6 via babel-loader.
  • SASS via sass-loader.
  • Code splitting and bundle all them using HtmlWebpackPlugin.
  • Autoprefixer and css minifier via postcss-loader .