Skip to content
This repository has been archived by the owner on Aug 10, 2023. It is now read-only.

Elm app examples made with Plover stenography and Ultisnips vim snippets.

License

Notifications You must be signed in to change notification settings

paulfioravanti/steno-elm-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Steno Elm Examples

This is the codebase for my implementation of some Elm Examples, created using Plover stenography and UltiSnips snippets, for the Steno Coding: Elm Examples video.

Artefacts from the steno demo itself can be found in the demo/ directory.

Dependencies

During the demo, I used Elm-go to run the development servers.

Setup

git clone https://github.com/paulfioravanti/steno-elm-examples.git
cd steno-elm-examples

If you are planning to use Elm-go, it can be installed via npm directly from its GitHub repo:

npm install --global https://github.com/lucamug/elm-go

Run

Within any of the app directories, you can run the elm-go command to run a development server. For example, if you want to run the buttons app, you can do the following:

cd buttons
elm-go src/Main.elm -- --debug

Then, open http://localhost:8000 in a web browser.

If you are a Tmuxinator user, and want to run all the apps at once, like I did in the demo, you may find my project Tmuxinator config file of some reference.