code-forger / how_to_read_js

An interactive presentation on reading transpiled javascript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to read JavaScript

This repo is an interactive website where every 'slide' is broken. Your mission is to fix each page, by inspecting and reading the compiled JavaScript.

Onboard

npm ci

Run

You need to start the server, and watch the code for changes in two separate terminals

# Start the server
npm run start
# watch the code for changes
npm run dev

About

An interactive presentation on reading transpiled javascript


Languages

Language:JavaScript 90.2%Language:CSS 8.4%Language:EJS 1.4%