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/ |
In order to host this example on Stormkit:
- Create an application by connecting this repository
- Create an environment for each folder
- Go to Environment > Config > General
- Configure the
branch
. It should point tomain
. - Go to Environment > Config > Build
- Configure the
root directory
. It should point to the subfolder of the example.