bruteforks / webpack

Boilerplate for Webpack apps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Webpack App Starter

Frontend environment for building JavaScript applications

Includes the following features...

  • Babel Loader
  • Sass Loader With Dart Sass
  • HTMLWebpackPlugin
  • WebpackDevServer
  • Asset Resource Loader
  • Source Maps
  • Caching

Usage

Run Dev Server (Port 3000)

  npm run dev

Build for production

npm run build

Demo App

The demo app is a very simple Joke generator. Replace with your own code and install other packages as needed

  • index.js (main javascript)
  • template.html (template)
  • styles/main.scss (styles)

About

Boilerplate for Webpack apps


Languages

Language:JavaScript 52.2%Language:SCSS 33.5%Language:HTML 14.3%