simonplend / workshop-node-validation-essentials

Node Validation Essentials Workshop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node Validation Essentials Workshop

Learn how to apply established validation tools and techniques in Node.js.

Created by Simon Plenderleith.

Node Validation Essentials workshop with Simon Plenderleith

Requirements

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

Setup before the workshop

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

Starting the workshop

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! 🚀

About

Node Validation Essentials Workshop

License:Other


Languages

Language:JavaScript 98.4%Language:Makefile 1.6%