Start writting you APIs and NodeJs servers using typescript with an already configured development environment, no pitfalls just clone, get started and make it your own along the way. Happy coding.
- Summary of set ups
- Click on use this template to Create a new repository based on this repo
- CLone too your local pc and Run
yarn install
- create a .env file and update environment variables as per the.env.example file
yarn dev
to spin up the development serveryarn build
to build distributable codeyarn start
to build and start server