Frontend Boilerplate with Webpack

Prerequisites

Usage

Clone the repo:

git clone

Cd into the project folder

cd frontend-boilerplate-webpack

Install yarn modules

yarn

Build production

yarn build

Build version is available in dist folder.

Development

Server

For development you can use:

yarn start

Folder structure

webpack-bulma/
├── src/
│   ├── sass
│   │   └── main.scss
│   ├── templates/index.html
│   └── app.js  # main webpack entry file
├── .gitignore
├── package.json
├── README.md
└── webpack.config.js