Skip to content
/ express-template Public template

Starter template for express application.

Notifications You must be signed in to change notification settings

jmrl23/express-template

Repository files navigation

Express Application Template

Simple starter template for express application.

Express

Installation

yarn # or npm install

Scripts

Script Description
build build project
start start (must build first)
start:dev start on development mode (uses swc)
start:prod start on production mode (set NODE_ENV to production and run start script)
format format codes (prettier)