Skip to content

r3-dev/r3-mvp-stack

Repository files navigation

R3 MVP stack

This is a fullstack template for blazingly fast MVP development. It is focused on Developer and DevOps experience.

Tech Stack

Scripts

  • pnpm i --frozen-lockfile — Install node dependencies.
  • go mod download — Install golang dependencies.
  • pnpm dev — Starts the application in development mode at (http://localhost:3000).
  • pnpm format — Format code using Prettier.

Pipelines

Pipelines are unique way to deploy your services (apps) with configuring only docker-compose file.

Pipelines

Currently we have 3 pre-built pipelines:

  • go-pipeline - for golang apps with binary output
  • node-pipeline - for nodejs apps with nodejs execution output
  • node-pipeline-static - for nodejs apps with static artifact output