This is a sample app
Before running the application, ensure you have Node.js and npm installed on your machine. Then, follow these steps:
- Clone this repository.
- Navigate to the project directory.
- Run
npm install
to install the dependencies.
To start the application, use the following command:
npm start
This will run the application using nodemon
, which will automatically restart the server whenever changes are detected.
build
: Compiles TypeScript files into JavaScript usingtsc
.format
: Formats code usingprettier
.start
: Starts the application usingnodemon
.