Skip to content

πŸŽ„ A boilerplate for cloud applications with Pulumi and Azure using TypeScript on Vite.

Notifications You must be signed in to change notification settings

Shyam-Chen/Pulumi-Starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

20 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Pulumi Starter

πŸŽ„ A boilerplate for cloud applications with Pulumi and Azure using TypeScript on Vite.

🌈 View Demo: Live | Windows | macOS | Android | iOS

:octocat: Source Code: Web-side | Native-side | Server-side | Cloud-side

Table of Contents

Getting Started

Prerequisites:

  • Node.js v20
  • PNPM v9
  • Docker v4
  • Pulumi v3
  • Azure v2

Get started with Pulumi Starter.

# install dependencies
$ pnpm install

$ pulumi stack select dev
$ pulumi up

Or use barebones scaffolding for your new Pulumi app

$ pnpm dlx degit Shyam-Chen/Barebones-Templates/pulumi my-pulumi-app

Project Setup

Follow steps to execute this boilerplate.

Install dependencies

$ pnpm install

Select stacks

# development
$ pulumi stack select dev

# stage
$ pulumi stack select stg

# production
$ pulumi stack select prod

Create or update resources

$ pulumi up

Key Features

This seed repository provides the following features:

Directory Structure

The structure follows the LIFT Guidelines.

.
β”œβ”€β”€ .github/workflows/deployment.yaml
β”œβ”€β”€ packages
β”‚   β”œβ”€β”€ client
β”‚   └── server
β”œβ”€β”€ .dockerignore
β”œβ”€β”€ .editorconfig
β”œβ”€β”€ .gitignore
β”œβ”€β”€ biome.json
β”œβ”€β”€ package.json
β”œβ”€β”€ pnpm-lock.yaml
β”œβ”€β”€ pnpm-workspace.yaml
└── README.md

About

πŸŽ„ A boilerplate for cloud applications with Pulumi and Azure using TypeScript on Vite.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published