|
há 7 meses atrás | |
---|---|---|
config | há 7 meses atrás | |
mock | há 8 meses atrás | |
public | há 8 meses atrás | |
src | há 7 meses atrás | |
tests | há 8 meses atrás | |
.editorconfig | há 8 meses atrás | |
.eslintignore | há 8 meses atrás | |
.eslintrc.js | há 8 meses atrás | |
.gitignore | há 8 meses atrás | |
.prettierignore | há 8 meses atrás | |
.prettierrc.js | há 8 meses atrás | |
.stylelintrc.js | há 8 meses atrás | |
README.md | há 8 meses atrás | |
dkjas | há 8 meses atrás | |
excludesfile | há 8 meses atrás | |
index.html | há 8 meses atrás | |
jest.config.js | há 8 meses atrás | |
jsconfig.json | há 8 meses atrás | |
package.json | há 7 meses atrás | |
tsconfig.json | há 8 meses atrás |
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