This project is a web page to manage the sync-js.
Install node_modules
:
npm install
or
yarn
Scripts 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 start
npm run build
npm run lint
You can also use script to auto fix some lint error:
npm run lint:fix
npm test