- Node Js
- Express Js
- Prisma
- TypeScript
yarn
is our package manager. So, install it by running thecommand
bellow.
npm i -g yarn
-
Install
eslint
andprettier
extension in yourvscode
. -
Clone project on your local machine by running
git clone https://github.com/devanondo/Node__Express__TS__Template
-
Go to the project directory
Node__Express__TS__Template
and runyarn
thenyarn prepare
. -
Create
.env
file in your root directory.Then copy the contents of.env.example
to.env
. -
Finally run
yarn dev
to start the dev server.