From 252a13856b585b739773543f5b891704e998cdab Mon Sep 17 00:00:00 2001 From: Md Rifat Hossen Date: Sun, 7 Apr 2024 06:51:10 +0600 Subject: [PATCH] first commit --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..3771c74 --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +## TO install packages run the following command if you want to start from zero + +``` +yarn add express @types/express ts-node-dev typescript cors @types/cors mongoose eslint @typescript-eslint/parser @typescript-eslint/eslint-plugin prettier eslint-config-prettier dotenv husky lint-staged + +``` + +## To run the project , install the following command + +``` +yarn // to install dependencies +yarn dev // to run the projects +``` + +## To develop the project , run the following command + +``` +yarn install +yarn husky install +yarn dev +```