Elm state button based on a simple state machine.
-> Succeed (final)
/
Start -> Process ->
^ \
| -> Failure -
| |
- - - - - - - - - - - - - - - -
Install project dependencies for testing and demo.
npm install
Run unit tests with elm-test
npm test
Build project app and demo client
npm run build
Remove project dependencies and builds.
npm run clean
See docs/Client.elm
for Elm integration and docs/demo.html
for JavaScript integration. Additionally you could start the demo.
Starts a http server for demonstration purpose. Navigate to http://localhost:8000/docs/demo.html
npm run demo
MIT License