An open API service indexing awesome lists of open source software.

https://github.com/srph/toy-template-builder

An example drag-n-drop template builder built with React.
https://github.com/srph/toy-template-builder

drag-n-drop proof-of-concept reactjs

Last synced: about 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          

![preview](preview.png)
# toy-template-builder
An example drag-n-drop template builder built with React.

[View demo](https://toy-template-builder.kierb.com/) / [View video](https://www.youtube.com/watch?v=y80z44WavAk&feature=youtu.be) / [View Figma](https://www.figma.com/file/cq2C3yzAGyKJa3Z4Ip0Y6ehc/Template-Builder?node-id=0%3A1)

## Setup
You will need npm `>=5` and Node.js `>=10`.

- Install the dependencies
```bash
npm i
```

- Start Parcel, and you're good to go.
```bash
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:
```bash
npm run build
```