An API template in nodejs/typescript with sign up and login already setup.
Begin by uncommenting .idea and .env in .gitignore
Make sure to install the dependencies:
# npm
npm installStart the development server on http://localhost4000:
# npm
npm run devBuild the application for production:
# npm
npm run build