/toy-template-builder

An example drag-n-drop template builder built with React.

Primary LanguageTypeScript

preview

toy-template-builder

An example drag-n-drop template builder built with React.

View demo / View video / View Figma

Setup

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.

Deployment

The web interface is hosted on Netlify for free. Set the public folder to dist. For the build command:

npm run build