Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/zztkm/vex-heroku-example
- Owner: zztkm
- Created: 2022-04-21T16:34:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-04-22T02:38:34.000Z (over 2 years ago)
- Last Synced: 2024-12-20T23:29:55.370Z (14 days ago)
- Topics: heroku, vlang
- Language: V
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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-examplegit push heroku main
# or: git push heroku master
```