UNPKG

create-express-quickstart

Version:

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

30 lines (24 loc) 375 B
# Ignore Git-related files .git .gitignore # Ignore dependencies (they should be installed in the container) node_modules npm-debug.log yarn-error.log # Ignore environment files .env .env.local .env.development .env.production # Ignore logs and temp files logs log bin *.log *.tmp # Ignore Docker-related files Dockerfile .dockerignore # Ignore build outputs dist build