Skip to content

welbornio/express-typescript-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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