Skip to content

bchanez/stack-saas

Repository files navigation

With Docker Compose

Based on https://github.com/ixartz/Next-js-Boilerplate

Prerequisites using Docker and Makefile

Install Docker Desktop for Mac, Windows, or Linux. Docker Desktop includes Docker Compose as part of the installation.

Development environment

make build-development
make start-development

Open http://localhost:3001.

Production environment

make build-production
make start-production

Open http://localhost:3002.

Useful commands

# Stop all running containers
make stop-all

# Free space
make free-space

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published