ion-cascading-config-js
v1.0.3
Published
A javascript implementation of the original amzn/ion-cascading-config in java.
Readme
ion-cascading-config-js
A javascript implementation of the original amzn/ion-cascading-config in java.
Local testing using index.html
- Install http-server using
sudo npm install -g http-server - In this directory run
http-server -c-1to spin up a webserver. - Load up http://localhost:8080/ in your browser which will load up index.html and modify the code in that file as needed to be able to debug for development.
