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