Recipe API TypeScript

This is the boilerplate of the recipe api application. At first clone this repository to your local machine by running the following command -

git clone https://github.com/mrhm-dev/recipe-api-ts.git.

Then change directory to recipe-api-ts directory cd recipe-api-ts and run npm install or yarn install command.

To start the development run the following command -

npm run dev:server or yarn dev:server