Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 689 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 689 Bytes

Twitter clone frontend

Simple Twitter clone to demo building single-page frontend applications with Elm 0.19 and elm-spa.

Requirements

Ensure the following software is installed:

All commands below assume elm-spa has been installed globally, using:

npm install --location=global elm elm-spa

Usage

elm-spa server # starts this app at http://localhost:1234
elm-spa add    # add a new page to the application
elm-spa build  # production build
elm-spa watch  # runs build as you code (without the server)