Skip to content

Natim/twitter-elm-wall

Repository files navigation

Twitter Elm Wall

A Twitter Wall in Elm.

Build Status

Setup

Node and Elm v0.17 should be installed on your system. Then:

$ npm install

Development server

$ npm start

Then open localhost:8000/.

Live server

This will recompile and reload your app in the browser evertyme you update a .elm file. App is available at localhost:8000/.

$ npm run live

Deploying to gh-pages

$ npm run publish-to-gh-pages

Then result is visible here.

Tests

$ npm test

Releases

No releases published

Packages

No packages published

Languages