|
2 anni fa | |
---|---|---|
README.md | 2 anni fa |
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