Minimalist webpack front-end boilerplate built for developers
run below command to install all dependencies that need.
npm install
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.
Run npm run build
to build the project. The build artifacts will be stored in the build/
directory.
\
- 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 .