ticketing-micro-fe
v0.0.23-matrix
Published
Type the below command and click enter ```bash npm install
Downloads
4
Readme
Install dependencies
Type the below command and click enter
npm install
or
yarn
Run the dev server
npm run start
or
yarn start
Build project for production
npm run build
or
yarn build
Check ESlint issues
npm run lint
or
yarn lint
Auto fix ESlint issues
npm run lint --fix
or
yarn lint --fix