frontend-webpack
Frontend workflow with gulp, webpack and bower.
- Install node.js
- Clone the git repo `git clone https://github.com/webpack-cn/frontend-webpack.git
- Install Gulp
npm install -g gulp
- Install dependencies
npm install
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.
This software is maintained under the Semantic Versioning guidelines.
Have a bug? Please create an issue here on GitHub:
https://github.com/webpack-cn/frontend-webpack/issues
Copyright © Jakob Linskeseder
frontend-webpack is licensed under the MIT License - see the LICENSE
file for details.