|
пре 4 недеља | |
---|---|---|
config | пре 1 месец | |
mock | пре 2 година | |
public | пре 1 месец | |
src | пре 4 недеља | |
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