Skip to content

starterkits/frontend-starterkit

Repository files navigation

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

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

Install

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

Development

# Build and watch assets
gulp

# Open index page in browser
open dist/index.html

Production

# Compile assets for production
gulp clean
gulp build

Resources

Additional Packages

These are useful utils that are not currently included in the starterkit.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published