Skip to content

Latest commit

 

History

History
50 lines (37 loc) · 587 Bytes

README.md

File metadata and controls

50 lines (37 loc) · 587 Bytes

express-typescript-boilerplate

Requirements

npm ^4.6.1
node ^9.2.0
nodemon ^1.8.1

Setup

Clone the repo:

git clone git@github.com:welbornio/express-typescript-boilerplate.git

And install dependencies:

npm i

Running locally

Run the convenience method in your package.json

npm start

Commands

Run a database migration command:

npm run db-migrate [up|down|reset|create|db] [[dbname/]migrationName|all] [options]

Goodies Included

axios
body-parser
cookie-session
example router
express
helmet
mysql
typescript