frexos / webpack-web-boilerplate

A webpack web boilerplate that includes jquery sass and pug

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

webpack-web-boilerplate

This is a boilerplate project using Webpack, configured to include jQuery, Pug, SASS and Bootstrap 4.

You can download the project files from develop branch or clone the repository and checkout develop

To set up and start working:

  1. Make sure you have node 8 installed or - better yet use nvm
  2. npm install
  3. npm start to get the project running
  4. npm run build to make your build under the dist/ folder

About

A webpack web boilerplate that includes jquery sass and pug


Languages

Language:JavaScript 84.1%Language:HTML 11.8%Language:CSS 4.1%