Skip to content

Minimal Gulp + Webpack with Zurb Foundation, CoffeeScript, SCSS starter kit for frontend development.

License

Notifications You must be signed in to change notification settings

starterkits/frontend-starterkit-webpack

Repository files navigation

Frontend StarterKit is a barebones framework with gulp and webpack fully configured for rapid development.

Webpack runs webpack-dev-server in development for on-the-fly compilation of source file changes. It can also compile assets for production.

CoffeeScript, SCSS, Zurb Foundation, and Bower are installed and configured.

By default, CSS files are included by requiring them in JavaScript files via webpack magic. This reduces network latency and allows webpack to intelligently manage which files are actually required. See src/js/head.coffee.

Install

git clone https://github.com/starterkits/frontend-starterkit-minimal.git
cd frontend-starterkit-minimal
npm install -g webpack-dev-server bower
npm install

Development

# Run webpack-dev-server
gulp

# Or manually run webpack if needed
webpack -d --colors

Production

# Compile assets for production
gulp build

About

Minimal Gulp + Webpack with Zurb Foundation, CoffeeScript, SCSS starter kit for frontend development.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published