Gizra / generator-elmlang-example

Example of a repo scaffolded with generator-elmlang

Home Page:https://github.com/Gizra/generator-elmlang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

generator-elmlang-example

Installation

Make sure the following are installed:

  • NodeJs (and npm)
  • Elm (e.g. npm install -g elm@0.17.0)
  • Compass (for SASS) (gem update --system && gem install compass)

Usage

  1. Serve locally, and watch file changes: gulp
  2. Prepare file for publishing (e.g. minify, and rev file names): gulp publish
  3. Deploy to GitHub's pages (gh-pages branch of your repository): gulp deploy

Unit Tests

In order to view the tests on the browser Start elm reactor (elm-reactor) and navigate to http://0.0.0.0:8000/src/elm/TestRunner.elm

License

MIT

About

Example of a repo scaffolded with generator-elmlang

https://github.com/Gizra/generator-elmlang


Languages

Language:Elm 75.2%Language:JavaScript 23.4%Language:HTML 1.2%Language:CSS 0.2%