Web Development Tooling
WD01 - Web Development Tooling fnm
You should know:
- what
fnmis - how to install it
- how to use it:
- installing a new Node.js version with fnm install
- hanging Node.js versions with fnm use
- uninstalling Node.js versions with fnm uninstall
- listing Node.js version with fnm list/ fnm list-remote
Reading:
- https://github.com/Schniz/fnm (opens in a new tab)
- https://github.com/Schniz/fnm/blob/master/docs/commands.md (opens in a new tab)
WD02 - Web Development Tooling pnpm
You should know:
- what
pnpmis - how to use it:
- installing packages
- run the commands specified in the
scriptsproperty of the package.json
Reading:
WD03 - Web Development Tooling prettier
You should know:
- what
prettieris - how to use it
Reading:
WD04 - Web Development Tooling eslint
You should know:
- what
eslintis - how to use it
Reading:
WD05 - Web Development Tooling vite
- what
viteis - how to use it
Reading: