UNPKG

create-express-quickstart

Version:

Create a Node.js app for building production-ready RESTful APIs using Express, by running one command

9 lines (7 loc) 158 B
version: '3.0' services: node-app: container_name: node-app-dev command: yarn server -L environment: - NODE_ENV=${NODE_ENV:-development}