You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
2 years ago | |
|---|---|---|
| .husky | 4 years ago | |
| config | 2 years ago | |
| mock | 2 years ago | |
| public | 2 years ago | |
| src | 2 years ago | |
| tests | 3 years ago | |
| types | 2 years ago | |
| .editorconfig | 8 years ago | |
| .eslintignore | 5 years ago | |
| .eslintrc.js | 3 years ago | |
| .gitignore | 3 years ago | |
| .prettierignore | 4 years ago | |
| .prettierrc.js | 3 years ago | |
| CODE_OF_CONDUCT.md | 7 years ago | |
| LICENSE | 4 years ago | |
| README.md | 2 years ago | |
| jest.config.ts | 3 years ago | |
| jsconfig.json | 5 years ago | |
| package.json | 2 years ago | |
| tsconfig.json | 3 years ago | |
README.md
Environment Prepare
Install node_modules:
npm install
or
yarn
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