|
|
hai 3 meses | |
|---|---|---|
| config | hai 3 meses | |
| mock | hai 1 ano | |
| public | hai 1 ano | |
| src | hai 3 meses | |
| tests | hai 1 ano | |
| .editorconfig | hai 1 ano | |
| .eslintignore | hai 1 ano | |
| .eslintrc.js | hai 1 ano | |
| .gitignore | hai 1 ano | |
| .prettierignore | hai 1 ano | |
| .prettierrc.js | hai 1 ano | |
| .stylelintrc.js | hai 1 ano | |
| README.md | hai 1 ano | |
| dkjas | hai 1 ano | |
| excludesfile | hai 1 ano | |
| index.html | hai 1 ano | |
| jest.config.js | hai 1 ano | |
| jsconfig.json | hai 1 ano | |
| node_modules.7z | hai 1 ano | |
| package.json | hai 1 ano | |
| tsconfig.json | hai 11 meses |
game-data-web-online
Install node_modules:
npm install
or
yarn
Scripts provided in package.json. It's safe to modify or add additional script:
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