An example drag-n-drop template builder built with React.
View demo / View video / View Figma
You will need npm >=5
and Node.js >=10
.
- Install the dependencies
npm i
- Start Parcel, and you're good to go.
npm start
It should open up to your a new browser window shortly. However, if it doesn't, you can manually open http://localhost:1234.
The web interface is hosted on Netlify for free. Set the public folder to dist
. For the build command:
npm run build