shamrin / elm-i18n-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

elm-i18n-example

Installation

Make sure the following are installed:

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

Usage

  1. Serve locally, and watch file changes:

gulp

  1. Prepare file for publishing (e.g. minify, and rev file names):

gulp publish

  1. 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

License:MIT License


Languages

Language:JavaScript 79.7%Language:Elm 17.0%Language:HTML 2.6%Language:CSS 0.7%