JavaScript is used for frontend web development.
Install Bun.
Follow individual initializations, or:
bun init <name>
cd <name>
bun create @eslint/config
bun add <dep1> <dep2>
bun add -d <dep3> <dep4> # dev dependencies
bunx typedoc --entryPointStrategy Expand src
After upgrading, run:
bun update -g
bun pm cache rm -g