Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 614 Bytes

File metadata and controls

28 lines (20 loc) · 614 Bytes

How to run this project

step-1: clone this link

https://github.com/abdullahal5/Next-Level-Web-Dev-Assignment-2.git
step-2: install all the dependencies

cd ext-Level-Web-Dev-Assignment-2
npm install

Some Important run command

step-3: Run commands

npm run lint --> show warning and errors
npm run lint:fix --> fix errors
npm run prettier --> This script runs Prettier to format code.
npm run prettier:fix --> This script runs Prettier to format code and auto fix.
tsc --> compile typescript to javascript
npm run start:dev --> start the development server