https://github.com/clevercloud/dart-with-mise-example
Deploy a Dart app on Clever Cloud, using Mise and Linux runtime
https://github.com/clevercloud/dart-with-mise-example
clevercloud-example dart mise-en-place
Last synced: 11 months ago
JSON representation
Deploy a Dart app on Clever Cloud, using Mise and Linux runtime
- Host: GitHub
- URL: https://github.com/clevercloud/dart-with-mise-example
- Owner: CleverCloud
- Created: 2025-07-04T11:15:03.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-07-04T12:27:17.000Z (12 months ago)
- Last Synced: 2025-07-18T20:39:46.505Z (11 months ago)
- Topics: clevercloud-example, dart, mise-en-place
- Language: Dart
- Homepage: https://www.clever-cloud.com/developers/doc/applications/linux/
- Size: 1000 Bytes
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Deploy a Dart application on Clever Cloud
`Linux` runtime with Mise helps to deploy anything in a simple way on Clever Cloud. This example shows how to build a simple [Dart](https://dart.dev/) Server on `8080` port, using [Clever Tools](https://github.com/CleverCloud/clever-tools/).
## Clone this repository and deploy (as easy as 1-2-3)
```bash
git clone https://github.com/CleverCloud/dart-with-mise-example
cd dart-with-mise-example
clever create -t linux
clever deploy
```
You don't need to configure anything, as Build and Run scripts are set up through [mise.toml](mise.toml) and [Files tasks](.mise-tasks).