adq广告投放过渡

wjx e0a267e768 fix hai 8 meses
config e0a267e768 fix hai 8 meses
mock e784a89969 fix %!s(int64=2) %!d(string=hai) anos
public 026091923a fix hai 10 meses
src e0a267e768 fix hai 8 meses
tests e784a89969 fix %!s(int64=2) %!d(string=hai) anos
.editorconfig e784a89969 fix %!s(int64=2) %!d(string=hai) anos
.eslintignore e784a89969 fix %!s(int64=2) %!d(string=hai) anos
.eslintrc.js e784a89969 fix %!s(int64=2) %!d(string=hai) anos
.gitignore c25b02eb64 fix %!s(int64=2) %!d(string=hai) anos
.prettierignore e784a89969 fix %!s(int64=2) %!d(string=hai) anos
.prettierrc.js e784a89969 fix %!s(int64=2) %!d(string=hai) anos
.stylelintrc.js e784a89969 fix %!s(int64=2) %!d(string=hai) anos
README.md 5c7a950b12 fix %!s(int64=2) %!d(string=hai) anos
dkjas e784a89969 fix %!s(int64=2) %!d(string=hai) anos
excludesfile 41363cf7ee fix %!s(int64=2) %!d(string=hai) anos
index.html e784a89969 fix %!s(int64=2) %!d(string=hai) anos
jest.config.js e784a89969 fix %!s(int64=2) %!d(string=hai) anos
jsconfig.json e784a89969 fix %!s(int64=2) %!d(string=hai) anos
package.json e0a267e768 fix hai 8 meses
tsconfig.json 9c4d339d40 fix %!s(int64=2) %!d(string=hai) anos

README.md

趣程广告投放管理

Environment Prepare

Install node_modules:

npm install

or

yarn

Provided Scripts

Scripts provided in package.json. It's safe to modify or add additional script:

Start project

npm start

Build project

npm run build

Check code style

npm run lint

You can also use script to auto fix some lint error:

npm run lint:fix

Test code

npm test