Skip to content
This repository has been archived by the owner on Dec 15, 2017. It is now read-only.

🚀 A template project for es6/7, webpack2/3, sass and postcss

License

Notifications You must be signed in to change notification settings

micooz/es6-webpack2-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

es6-webpack2-starter

npm npm David David %e2%9d%a4

A template project for ECMAScript(latest), webpack3, sass and postcss.

Features

  • es6: by babel and it's presets and plugins
  • css module: by css-loader
  • sass: by sass-loader
  • webpack3 provides faster compilation
  • auto-reload by webpack-dev-server

Installation

$ npm install
# or
$ yarn install

Configuration

  1. Copy then rename env.example.js to env.js if it is not done automatically by postinstall.

You can custom your local environment via env.js, so that it does not affect others.

Run in development

$ npm start

Build for production

$ npm run build

This will generator minified css and scripts to dist/.

Proxy

You can change your proxy rules in proxy/rules.

Need Help?

Ask questions here.

Any advise?

PR welcome here.

Contributors

Micooz micooz@hotmail.com

License

MIT