A blank template with one command and one event, This is a useful template if you want to quickly spin up a project.
npm install
npm run dev
If you want to use Nodemon to auto-reload while in development:
npm run watch
npm install --production
npm run build
npm run start
To start your application:
docker-compose up -d
To shut down your application:
docker-compose down
To view your application's logs:
docker-compose logs
For the full command list please view the Docker Documentation.
- Check frequently asked questions
- Check examples
- Ask in the community Discord server