trantiendev / Particles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Webpack Config

Config simple webpack for front end project

Stack

* Webpack
* Webpack dev server
* Scss - css preprocessor
* Autoprefixer
* CSS minify
* EJS - Template Engine (not completed yet)
* Es6(Es2015) is available

Installation

cd /path/to/folder && npm install

Usage

Dev

npm run dev (Listening on port 8001)

Production

npm run build

About


Languages

Language:JavaScript 79.5%Language:CSS 16.7%Language:HTML 3.8%