Skip to content

davlgd/cc-dart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clever Cloud Dart example

This is a Dart example for the Clever Cloud platform. It's a simple "Hello, world!" web server. First, you need clever-tools installed and your account connected:

npm install -g clever-tools
clever login

Then, clone this repository and deploy the app with the following commands:

clever create -t node myDartApp
clever scale --flavor pico
clever scale --build-flavor M
clever env import < .env
clever deploy && clever open

If you need to deplot a Dart Frog app, you can follow this script.

About

A Dart application example to deploy on Clever Cloud

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors