Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 1.07 KB

README.md

File metadata and controls

43 lines (31 loc) · 1.07 KB

isopod_js

Trivial adventure game to learn about build scripts for Plain js and HTML.

See it live here

Build Script

Works:

  • uses modules
  • format with prettier
  • some tests with jest (mocking failing to intercept a function)
  • linting with eslint
  • 1/2 of minifying with terser, but doesn't update index.html
  • live reload with live-server

Doesn't work:

  • jsdoc
  • creating a full "production" build
  • jest mocks

setup

npm install -g live-server

Other implementations

I did this for these languages:

Quirky:

Native:

Dynamic:

Web/Frontend: