Skip to content

tranthaison1231/remix-spa-stater

Repository files navigation

Remix SPA

Overview

This project provides a foundational structure for building React frontend web.

Features

  • 🚀 Remix
  • 🛡️ Biome
  • 💎 Tailwind
  • 💋 Shadcn UI
  • 🚢 SST

Setup

bun install

How to start project

  • To start the development server, use the following command:
bun dev

How to deploy project

  • This project will be deployed on S3 and Cloudfront. Please ensure credentials with S3 and Cloudfront permissions are added.

Script

  • All necessary scripts for this project are listed in the package.json. Please carefully review the Makefile and execute the desired script accordingly.

Documents