Skills
Web Development Tooling

Web Development Tooling

WD01 - Web Development Tooling fnm

You should know:

  • what fnm is
  • 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:

WD02 - Web Development Tooling pnpm

You should know:

  • what pnpm is
  • how to use it:
    • installing packages
    • run the commands specified in the scripts property of the package.json

Reading:

WD03 - Web Development Tooling prettier

You should know:

  • what prettier is
  • how to use it

Reading:

WD04 - Web Development Tooling eslint

You should know:

  • what eslint is
  • how to use it

Reading:

WD05 - Web Development Tooling vite

  • what vite is
  • how to use it

Reading: