hemedah101 / node-ts

A starting point for Node.js express apps with TypeScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node Typescript

Dependency Status devDependencies Status

A starting point for Node.js express apps with TypeScript

1-Step Deployment with Heroku

  • Download and install Heroku Toolbelt
  • In a terminal, run heroku login and enter your Heroku credentials
  • From your app directory run heroku create
  • Run heroku addons:create mongolab. This will set up the mLab add-on and configure the MONGODB_URI environment variable in your Heroku app for you.
  • Lastly, do git push heroku master. Done!

Note: To install Heroku add-ons your account must be verified.


About

A starting point for Node.js express apps with TypeScript


Languages

Language:TypeScript 100.0%