|
3 недель назад | |
---|---|---|
config | 1 месяц назад | |
mock | 2 лет назад | |
public | 1 месяц назад | |
src | 3 недель назад | |
tests | 2 лет назад | |
.editorconfig | 2 лет назад | |
.eslintignore | 2 лет назад | |
.eslintrc.js | 2 лет назад | |
.gitignore | 2 лет назад | |
.prettierignore | 2 лет назад | |
.prettierrc.js | 2 лет назад | |
.stylelintrc.js | 2 лет назад | |
README.md | 2 лет назад | |
dkjas | 2 лет назад | |
excludesfile | 2 лет назад | |
index.html | 2 лет назад | |
jest.config.js | 2 лет назад | |
jsconfig.json | 2 лет назад | |
package.json | 8 месяцев назад | |
tsconfig.json | 4 месяцев назад |
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