FieldVal sign up example presented in the blog post.
##Features
- synchronous and asynchronous data validation on the backend (express)
- sign up form that displays all field errors (if any) on the frontend
##Important files
- app.js - backend code with the validation
- index.html - frontend code with form creation and error display
##Running locally
npm install
npm start