Skip to content

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

License

Notifications You must be signed in to change notification settings

matthewdeanmartin/isopod_js

Repository files navigation

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:

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published