Learn how to apply established validation tools and techniques in Node.js.
Created by Simon Plenderleith.
- Node.js >=
v14.17.0
or >=v16.0.0
(how to install)
To verify that you have the version of Node.js that you need for this workshop, you can run this command in your terminal:
node --version
To prepare for the workshop, run these commands in your terminal:
# Clone the repository with git.
git clone https://github.com/simonplend/workshop-node-validation-essentials.git
cd workshop-node-validation-essentials
# Install all the dependencies in this project.
npm install
To make sure you're ready to start the workshop:
- Open this project in your code editor.
- Open a terminal window for running commands, and
cd
to the directory for this project. - Open Part 1 of the workshop in your browser.
Let's get started! 🚀