wentout / HolyJS_Piter_2021

HolyJS Piter 2021 Talk Slides

Home Page:https://wentout.github.io/HolyJS_Piter_2021/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

slides for "Strict Types in JavaScript" talk

Made on mythographica's presentations framework

how to run the deck

1. clone the repo and

git clone

2. go to the distro dir

cd ./HolyJS_Piter_2021

3. install the dependencies

npm i

4. run the deck with --inspect mode

to seek more about inspect : node.js docs here

node --inspect ./testbuild

open instector tooling for localhost:9229, for example

navigate your chrome to chrome://inspect, or do this kind of things for your preferred debugger

5. open the deck

navigate your browser to

http://localhost:3001/HolyJS_Piter_2021

or

https://wentout.github.io/HolyJS_Piter_2021/

fin

after doing that steps you will be able to run red "Run Me" buttons of each slide where they occur

the examples dir itself is here




Thank You!

About

HolyJS Piter 2021 Talk Slides

https://wentout.github.io/HolyJS_Piter_2021/

License:MIT License


Languages

Language:JavaScript 81.6%Language:CSS 12.9%Language:HTML 4.8%Language:Shell 0.7%