syntacticNaCl / salty-frontend-bootstrap

Defaults for a frontend website.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Salty Frontend Bootstrap

This is a basic bootstrap for a frontend site. It uses Gulp as a task runner, Foundation as the CSS framework and SASS as a CSS pre-processor.

Setup

All that needs to be setup is to run the following:

npm install && bower install

Might need to be done as sudo if npm install fails.

Running the default gulp task will run all of the necessary tasks and then the watcher.

About

Defaults for a frontend website.

License:MIT License


Languages

Language:JavaScript 55.7%Language:CSS 44.1%Language:HTML 0.1%