游戏数据系统

wjx d5f34d73de fix 1 gadu atpakaļ
config d5f34d73de fix 1 gadu atpakaļ
mock a92af83ac5 fix 2 gadi atpakaļ
public b08b855b02 fix 1 gadu atpakaļ
src d5f34d73de fix 1 gadu atpakaļ
tests a92af83ac5 fix 2 gadi atpakaļ
.editorconfig a92af83ac5 fix 2 gadi atpakaļ
.eslintignore a92af83ac5 fix 2 gadi atpakaļ
.eslintrc.js a92af83ac5 fix 2 gadi atpakaļ
.gitignore 528474f8c9 fix 1 gadu atpakaļ
.prettierignore a92af83ac5 fix 2 gadi atpakaļ
.prettierrc.js a92af83ac5 fix 2 gadi atpakaļ
.stylelintrc.js a92af83ac5 fix 2 gadi atpakaļ
README.md f2b8887652 fix 1 gadu atpakaļ
dkjas a92af83ac5 fix 2 gadi atpakaļ
excludesfile a92af83ac5 fix 2 gadi atpakaļ
index.html a92af83ac5 fix 2 gadi atpakaļ
jest.config.js a92af83ac5 fix 2 gadi atpakaļ
jsconfig.json a92af83ac5 fix 2 gadi atpakaļ
package.json 468f6e9ec0 fix 1 gadu atpakaļ
tsconfig.json ad02a50a41 fix 1 gadu atpakaļ

README.md

趣程运营后台

Bucket

game-data-web-online

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