Skip to content
/ remix-swa Public template
generated from staticwebdev/vanilla-basic

Basic starter template for a Remix web application deployed to Azure Static Web Apps.

Notifications You must be signed in to change notification settings

infin8loop/remix-swa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Remix Azure Static Web Application

Remix logo

Azure Static Web Apps logo

This repo is a starter for a basic Remix web application deployed to Azure Static Web Apps (SWA).

It consists a top level node workspace containing the following:

  • web: Basic remix application, configured to build remix server to ../api/build.
  • api: An Azure function to handle http request for remix routes.

The basic Remix web application and Azure Function request handler is based on this repository by Jeff Emery, with minor modifications. See the respective README in the subdirectories for more information.

Getting Started

Prerequisites:

Steps:

  1. Clone this repository to your local environment.
  2. npm install
  3. npm run build
  4. npm run start

Codespace

This repo has a dev container. This means if you open it inside a GitHub Codespace, or using VS Code with the remote containers extension, it will be opened inside a container with all the dependencies already installed.

From Scratch

If you're looking to create something similar from scratch, see the README for the web subdirectory or this repository by Jeff Emery.

About

Basic starter template for a Remix web application deployed to Azure Static Web Apps.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published