LiveDuo / destack-starter-beta

Starter template for Destack beta - the visual page builder for Next.js & React.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Destack Starter Beta

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

  • There's one page, pages/index.js, that shows the visual editor (in development) and the compiled version (in production).
  • All the magic is done in, pages/api/builder/handle.js, that has to be setup once and handles templates saving and loading.

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).

About

Starter template for Destack beta - the visual page builder for Next.js & React.


Languages

Language:HTML 83.6%Language:JavaScript 16.4%