Skip to content
#

rapid-development

Here are 107 public repositories matching this topic...

imvetri
imvetri commented Sep 25, 2020
  1. Setup the project locally or visit the demo site here https://imvetri.github.io/ui-editor/
  2. Click Components->Div. Div is a recursive component that can move, resize, draw more divs within it and add text. These options are available because of the select option.
  3. Remove select from Div and create it as a new component "Select".
  4. Use Select component within the Div component.
  5. If it
nodejs-hackathon-boilerplate-starter-kit
Dimitreee
Dimitreee commented Sep 6, 2020

Nowadays we got a problem we should to deal with:
When i need to apply my updates on backend i should rebuild my project by manually typing simple cli command, like yarn dev, or smthng. It would be nice if i used to do nothing when i update my backend source code. Packages like nodemon can solve this propblem.

So at the point of this issue we should improve dev mode and add auto-rebuild wh

Improve this page

Add a description, image, and links to the rapid-development topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the rapid-development topic, visit your repo's landing page and select "manage topics."

Learn more