/foundation-coffeescript-boilerplate

:coffee: Foundation + CoffeeScript Boilerplate

Primary LanguageCSS

Foundation + CoffeeScript Boilerplate

Overview

A minimal Foundation for Sites 6 and CoffeeScript boilerplate.

Getting Started

Clone
$ git clone https://github.com/mikejoyceio/foundation-coffeescript-boilerplate
Install Yarn

Yarn can be installed through the Homebrew package manager. This will also install Node.js (which is required) if it is not already installed.

Details installation instructions for all operating systems can be found here

To make sure you have Yarn installed, run the following command to check the version:

$ yarn -v
Install Dependencies
$ yarn install 
Run Webpack
$ yarn run dev

The Build

Webpack takes care of a number of common frontend tasks in this boilerplate.

Development
$ yarn run dev
Production
$ yarn run prod

Resources

Documentation