Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.51 KB

README.md

File metadata and controls

23 lines (18 loc) · 1.51 KB

Welcome to Stormkit Examples

This repository contains example applications that can be hosted on Stormkit.

app name type endpoint
create-react-app static https://examples--create-react-app.stormkit.dev/
next-js prerendered https://examples--next.stormkit.dev/
nuxt serverless https://examples--nuxt.stormkit.dev/
static static https://examples--static.stormkit.dev/
angular universal https://examples--angular.stormkit.dev/
express-js serverless https://examples--express.stormkit.dev/

Application Structure

In order to host this example on Stormkit:

  1. Create an application by connecting this repository
  2. Create an environment for each folder
  3. Go to Environment > Config > General
  4. Configure the branch. It should point to main.
  5. Go to Environment > Config > Build
  6. Configure the root directory. It should point to the subfolder of the example.