Skip to content

Template for Destack - a page builder based on Next.js πŸ…§, Tailwind CSS πŸƒ & Grapes.js πŸ‡.

Notifications You must be signed in to change notification settings

itsdeluxe/destack-react-starter

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

12 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Destack React Starter

This example shows a very basic version of a Destack project with React.js and CRA.

  • There's one page, App.js, that shows the visual editor (in development) and the compiled version (in production).
  • All the magic is done with the destack -d and destack -b, 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-react-starter

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

Template for Destack - a page builder based on Next.js πŸ…§, Tailwind CSS πŸƒ & Grapes.js πŸ‡.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 61.3%
  • JavaScript 24.5%
  • CSS 14.2%