tree: ac8da6517a7f924d4460d67a064684798b4e1b48 [path history] [tgz]
  1. dist/
  2. scripts/
  3. src/
  4. index.html
  5. package-lock.json
  6. package.json
  7. README.md
resources/todomvc/architecture-examples/jquery/README.md

Speedometer 3.0: TodoMVC: jQuery

Description

This application uses jQuery to implement a todo application.

jQuery is a fast, small, and feature-rich JavaScript library. It makes things like HTML document traversal and manipulation, event handling, animation, and Ajax much simpler with an easy-to-use API that works across a multitude of browsers. With a combination of versatility and extensibility, jQuery has changed the way that millions of people write JavaScript.

jQuery.com

Implementation details

[TBD]

Built steps

A simple build script copies all necessary files to a dist folder. It does not rely on compilers or transpilers and serves raw html, css and js files to the user.

npm run build

Requirements

The only requirement is an installation of Node, to be able to install dependencies and run scripts to serve a local server.

* Node (min version: 18.13.0)
* NPM (min version: 8.19.3)

Local preview

terminal:
1. npm install
2. npm run dev
browser:
1. http://localhost:7001/