Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zztkm/vex-heroku-example

heroku web app example with vlang & vex
https://github.com/zztkm/vex-heroku-example

heroku vlang

Last synced: 10 days ago
JSON representation

heroku web app example with vlang & vex

Awesome Lists containing this project

README

        

# Vex & Heroku examples

## Requirements

For this example you will need:

- [V Language](https://vlang.io/)
- [Heroku CLI](https://devcenter.heroku.com/ja/articles/heroku-cli)

## Deploy

1. clone this repo

2. create heroku app & set buildpack

```shell
heroku create vex-heroku-example --buildpack https://github.com/zztkm/heroku-buildpack-v.git
```

3. deploy

```shell
heroku git:remote -a vex-heroku-example

git push heroku main
# or: git push heroku master
```