See folder "version 5".
To install:
To compile:
- Run
npm run build
ornpm run build-watch
To run:
- Browser:
- Run
npm start
- Open the browser at the http://localhost:8080 * Go to
src
folder (uncompiled sources) orlib
folder (compiled sources) and select an example.
- Run
- Node:
- Run
node <filename>
- Run
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
- Demos used during the "JavaScript 2016 for C# Developers" presentation. Microsoft TechDays, October 4, 2016.
- Demos used during different courses in Denmark, Norway, Sweden & The Netherlands from 2015 until this year.
- Demos used during the "JavaScript innovaties: ECMAScript 6 & 7" presentation. Microsoft TechDays, May 28, 2015.
Learn more about current ECMAScript proposals and their stages.
European Union Public Licence version 1.2
Copyright © 2015-2023 Rick Beerendonk