Using yup for JSON schema validation because it is one of most high rated JSON validators.
- Create a .env file.
- Copy ENVs from
.env.example
file - Paste ENVs in
.env
file - Replace your
App_Password
from your actual App_Password in.env
file
Install dependencies by running command
npm i
Start development server
npm run watch
npm start