Skip to content

Latest commit

 

History

History
43 lines (24 loc) · 1.06 KB

readme.md

File metadata and controls

43 lines (24 loc) · 1.06 KB

frontend-webpack

Frontend workflow with gulp, webpack and bower.

Installation

  1. Install node.js
  2. Clone the git repo `git clone https://github.com/webpack-cn/frontend-webpack.git
  3. Install Gulp npm install -g gulp
  4. Install dependencies npm install

How to use

Run gulp bower to fetch current bower dependencies. The files are copied to the directory src/lib.

Run gulp, open http://localhost:8080/webpack-dev-server/ and start coding.

Versioning

This software is maintained under the Semantic Versioning guidelines.

Bug tracker

Have a bug? Please create an issue here on GitHub:

https://github.com/webpack-cn/frontend-webpack/issues

Copyright and license

Copyright © Jakob Linskeseder

frontend-webpack is licensed under the MIT License - see the LICENSE file for details.