Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 444 Bytes

File metadata and controls

28 lines (21 loc) · 444 Bytes

Node starter

👋 Getting started

You can run this app with or without docker. When running with docker, you need to make sure you indeed have docker and docker-compose installed on your system.

Development

Start with docker:

npm run docker:dev

Start on your os:

npm run start:dev

Production

Start with docker:

npm run docker:prod

Start on your os:

npm run start:prod