2.1.1 • Published 6 years ago

express-typescript-boilerplate v2.1.1

Weekly downloads
12
License
SEE LICENSE IN LI...
Repository
-
Last release
6 years ago

express-typescript-boilerplate

A boilerplate for a Node.js server with Express framework and a client app built with Webpack. Written in Typescript. Supports containerization using Docker.

Install

npm install

Develop

npm run start:dev

Project structure

Run in production

The postinstall script automatically builds the client app. As long as NODE_ENV is set to production, just run npm install && npm start. Else, use npm run start:prod instead of npm start.