- [x]
- Node.js
- Express.js
- MongoDB
- Check that, you have install
Node.js
,typescript
on your machine. - Clone the
main
branch of repository with commandgit clone https://github.com/soumik9/express-typescript-starter.git
or download the code as zip and extract code. - Navigate to folder, then Open
command prompt
on the specific folder and run commandyarn
ornpm i
- Create a file name
.env
and copy all from.env.example
then place the mongodb uri and other token as required. - All set, now run
command prompt
this commandyarn dev
ornpm run dev