Skip to content

Repository files navigation

Welcome to Remix + Vite on Lambda!

📖 See the Remix docs and the Remix Vite docs for details on supported features.

Development

Run the Vite dev server:

npm run dev

Deployment

First, build your app for production:

npm run build

Then run the app in production mode:

npm start

Deploy

Install the Pulumi CLI

Install the infrastructure dependencies and configure your AWS credentials:

cd infrastructure
npm install
pulumi config set aws:region <your-region>
pulumi config set aws:accessKey <your-access-key>
pulumi config set aws:secretKey <your-secret-key> --secret
cd ..

Deploy the infrastructure:

npm run deploy

Build the application and deploy it to the infrastructure:

npm run build-deploy

This starter repo is completely within the AWS free tier, so no need to worry about any costs.

About

A minimal Remix-Vite on Lambda starter using Pulumi.

Resources

Stars

4 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages