This project is a web page to manage the sync-js.
Install node_modules:
npm installor
yarnScripts provided in package.json. It's safe to modify or add additional script:
Modify the file config/config.ts
define: {
API_ENV: 'Your Api'
},npm startnpm run buildnpm run lintYou can also use script to auto fix some lint error:
npm run lint:fixnpm test
