Skip to content

CleverCloud/vinext-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deploy a Vinext application on Clever Cloud

Vinext is a drop-in replacement for Next.js, built on Vite. This example deploys it on Clever Cloud with Bun.

To follow this tutorial, you need a Clever Cloud account and Clever Tools:

npm i -g clever-tools
clever login

Create and deploy the application

Clone this repository:

git clone https://github.com/CleverCloud/vinext-example
cd vinext-example

Create and configure the application:

clever create -t node

Deploy:

clever deploy
clever open

You should see the Vinext demo page, served by Bun on Clever Cloud. Learn more about Node.js/Bun deployment.