LiveDuo / destack-starter-beta

Starter template for Destack beta - the visual page builder for Next.js & React.
24 stars 6 forks source link
landing-page nextjs nextjs-template reactjs template

Destack Starter Beta

This example shows a very basic version of the a Destack (beta) with Next.js.

Deploy your own

Deploy the example using Vercel or preview in Gitpod:

   

How to

Development

Clone this repository:

git clone https://github.com/liveduo/destack-starter-beta

Install dependencies:

npm i

Run in development:

npm run dev

Production

Build for production:

npm run build

Run in production:

npm start

Deploy it to the cloud with Vercel (Documentation).