js-form-validation
v0.0.3
Published
JavaScript form validation (+ Unit testing)
Readme
js-form-validation
Repo has a form validation pattern smart way + unit testing with mocha and chai.
Goals
- easy to read
- ease to use
- ease to test using unit testing
- Your dirty job is reduced with gulp task runner
- ease to contribute
Instalation
- clone repo
git clone [email protected]:ShavidzeT/js-form-validation.gitornpm install js-form-validation
npm installhow to use
- You should install first to all
- Go in repo
cd js-validation/
- Run unit test to show passed tasks, just type
gulpormocha. - To use and test in browser go in
js-validation/publicdir and run python web serverpython3 -m http.server
