/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 interested in my products:

Product Description
01. 1 LOC Favorite JavaScript utilities in single line of code
02. Blur Page A browser extension to hide sensitive information on a web page
03. CSS Layout A collection of popular layouts and patterns made with CSS
04. Fake Numbers Generate fake and valid numbers
05. Form Validation The best validation library for JavaScript
06. HTML DOM How to manage HTML DOM with vanilla JavaScript
07. React PDF Viewer A React component to view a PDF document