rickbeerendonk / ECMAScript-examples

Examples for ECMAScript 20XX.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ECMAScript Demos

Version 5

See folder "version 5".

Version 2015 and later

Use

To install:

  1. Install Node + NPM
  2. Run npm install

To compile:

  • Run npm run build or npm run build-watch

To run:

  • Browser:
    • Run npm start
    • Open the browser at the http://localhost:8080 * Go to src folder (uncompiled sources) or lib folder (compiled sources) and select an example.
  • Node:
    • Run node <filename>

Compile

Browserslist is used in the compile step above. The file .browserslistrc contains the configuration. To check which browsers are supported with the compiled code, run:

npx browserslist

Conferences

ECMAScript Proposals

Learn more about current ECMAScript proposals and their stages.

Licence

European Union Public Licence version 1.2

Copyright

Copyright © 2015-2023 Rick Beerendonk

About

Examples for ECMAScript 20XX.

License:European Union Public License 1.2


Languages

Language:HTML 57.1%Language:JavaScript 40.4%Language:CSS 2.2%Language:Shell 0.2%Language:Batchfile 0.0%