0.0.23-matrix • Published 2 years ago

ticketing-micro-fe v0.0.23-matrix

Weekly downloads
-
License
-
Repository
github
Last release
2 years ago

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