|
hace 10 meses | |
---|---|---|
config | hace 1 año | |
mock | hace 2 años | |
public | hace 1 año | |
src | hace 10 meses | |
tests | hace 2 años | |
.editorconfig | hace 2 años | |
.eslintignore | hace 2 años | |
.eslintrc.js | hace 2 años | |
.gitignore | hace 1 año | |
.prettierignore | hace 2 años | |
.prettierrc.js | hace 2 años | |
.stylelintrc.js | hace 2 años | |
README.md | hace 1 año | |
dkjas | hace 2 años | |
excludesfile | hace 2 años | |
index.html | hace 2 años | |
jest.config.js | hace 2 años | |
jsconfig.json | hace 2 años | |
package.json | hace 1 año | |
tsconfig.json | hace 1 año |
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