Skip to content
This repository has been archived by the owner on May 5, 2021. It is now read-only.

angrykoala/browsers-automation-and-koalas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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