angrykoala / browsers-automation-and-koalas

Browsers, Automation, and Koalas

Home Page:https://angrykoala.github.io/browsers-automation-and-koalas/index.html#1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wendigo-and-other-monsters

Wendigo and other monsters talk for esLibre 2019

https://angrykoala.github.io/wendigo-and-other-monsters/index.html

Compile presentation

  1. Install node and npm (npm -v and node -v should work)
  2. npm install on root folder
  3. npm run compile
  4. Open index.html in your favorite browser

How to execute examples:

  1. Install node and npm (npm -v and node -v should work)
  2. Go to examples folder and execute npm install
  3. Go get a nice cup of coffee
  4. Run npm run server to execute the dummy server required for examples
  5. Execute examples with node <example_file.js>, remember that the dummy server must be running
  6. Execute the live example with node workshop/desatranques_jaen.js, this does not require the dummy server
  7. User npm test to execute the workshop tests with the real webpage

Resources

About

Browsers, Automation, and Koalas

https://angrykoala.github.io/browsers-automation-and-koalas/index.html#1

License:GNU General Public License v3.0


Languages

Language:HTML 100.0%