A minimal Foundation for Sites 6 and CoffeeScript boilerplate.
$ git clone https://github.com/mikejoyceio/foundation-coffeescript-boilerplate
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
$ yarn install
$ yarn run dev
Webpack takes care of a number of common frontend tasks in this boilerplate.
$ yarn run dev
$ yarn run prod