/formvalidation.io

The official website of FormValidation, validation library for JavaScript

Primary LanguageHTML

FormValidation website

Source code of FormValidation official website which is built on top of

  • Svelte: Make reusable UI components
  • Sapper: The web framework for Svelte that supports routes
  • Rollup: Bundler

FormValidation official website

Commands

  1. Running locally
$ npm install
$ npm run dev

Then visit http://localhost:3000.

  1. Exporting to static files
$ npm run export

Then, the entire site is exported to __sapper__/export directory.

  1. Deploying to Netlify
$ npm run deploy

About

This project is developed by Nguyen Huu Phuoc. I love building products and sharing knowledge.

Be my friend on

Products

You might be interesting in my products:

Product Description
Blur Page A browser extension to hide sensitive information on a web page
CSS Layout A collection of popular layouts and patterns made with CSS
Fake Numbers Generate fake and valid numbers
Form Validation The best validation library for JavaScript
HTML DOM How to manage HTML DOM with native API only
React PDF Viewer A React component to view a PDF document