Skip to content

proof-ninja/elm-wallet-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example App

How to build and run

Execute the program in a lightweight manner

Invoke:

$ elm reactor

Then access localhost:8000 and click src/Main.elm.

Compile to JS

Invoke:

$ mkdir -p public/js
$ elm make src/Main.elm --optimize --output=public/js/main.js

and open public/index.html.

Run tests

Install elm-test via npm:

$ npm install elm-test

and then invoke:

$ npx elm-test

(or just invoke $ elm-test if you set appropriate PATH to access the executable file)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published