/phone-validation-ui

Primary LanguageTypeScriptMIT LicenseMIT

Phone validator web ui by Crystal Hon


Features

Coding Style

Dev tools

Development

Type:

yarn dev

Then visit http://localhost:4000

Build

To build like if it was for production run

yarn build
yarn start

Then you can visit http://localhost:3000 and check that everything works as expected.

Husky

If pre-commit hooks are not working be sure that you have installed husky: husky install. By default this command should be triggered after yarn/npm deps are installed.