Skip to content

Simple starter template for ExpressJs and TypeScript based on expressjs/generator and TypeScript-Node-Starter

License

Notifications You must be signed in to change notification settings

LapisIT/express-ts-template

 
 

Repository files navigation

Express TypeScript template

This is a customised version of the template.

  • Dockernizable
  • Logging using winston
  • Database connection to postgresql using pg-promise
  • Testing using mocha/chai/ndb
  • Async handler for async/await syntax
cd to your project.
curl -vL https://api.github.com/repos/SpatialVision/express-ts-template/tarball/develop | \
tar xfz - && DIR=`ls |grep SpatialVision` && mv $DIR/* .; mv $DIR/.* .; rm -fr $DIR

Pre-reqs

npm run build
npm start

Navigate to http://localhost:3000


Based on TypeScript Node Starter and Express Generator

About

Simple starter template for ExpressJs and TypeScript based on expressjs/generator and TypeScript-Node-Starter

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 90.7%
  • JavaScript 4.2%
  • Shell 4.1%
  • Dockerfile 1.0%