/webpack-starter

A Webpack boilerplate

Primary LanguageCSS

Webpack Starter

A Webpack boilerplate

What's required

What's included

Developing with it

  • To start the development environment, run yarn start, or alternatively npm start - to stop this process press ctrl + c.
  • This will start the dev server and make the project available at `http://localhost:8080/.
  • Source files for developing your project are in src and the distribution folder for the compiled assets is dist. Any changes made to files in the dist directory will be overwritten.

Build scripts

  • yarn build or npm build to build minified, development assets with vendor prefixes