Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 744 Bytes

README.md

File metadata and controls

43 lines (27 loc) · 744 Bytes

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