Skip to content

kacurez/kbc-index-components-explorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KBC Components Index Explorer

SPA written for educational purpose to learn and experiment with elm lenguage(v0.19.0). It loads json from https://connection.keboola.com/v2/storage, parse it, optionaly filter by componentId, and render it back as json. As the json is huge, it allows to switch between simplified(default) and the whole json view.

Development

  • Install elm
  • run elm reactor
  • go to http://localhost:8000 - opening it for the first time elm reactor will automatically install all the project dependencies(elm packages)
  • go to http://localhost:8000/src/Main.elm and the app will start
  • update source code in src/Main.elm

Build

  • run ./build.sh(needs ugilfy-js npm package) - this will create main.min.js in the build directory. Copy it along with existing build/index.html to destination serving it as SPA.

About

elm SPA experiment

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published