Learn how to apply established validation tools and techniques in Node.js.
Created by Simon Plenderleith.
- Node.js >=
v14.17.0or >=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 --versionTo 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 installTo make sure you're ready to start the workshop:
- Open this project in your code editor.
- Open a terminal window for running commands, and
cdto the directory for this project. - Open Part 1 of the workshop in your browser.
Let's get started! 🚀
