Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 1.45 KB

README.md

File metadata and controls

46 lines (29 loc) · 1.45 KB




Reactfy - Pipefy UI clone using React

App Screenshot

PRs Welcome License MIT


Tech & Libraries

This app features all the latest tools and good practices in web development.

  • ReactA library to build user interfaces

Libraries featured in this project.

  • React DnD — Drag and Drop for React.
  • Immer — package that allows you to work with immutable state in a more convenient way based on the copy-on-write mechanism.

Demo on Heroku

Demo link

Getting started

  1. Clone this repo using https://github.com/w-arantes/reactfy.git
  2. Move to the appropriate directory: cd reactfy.
  3. Run yarn to install dependencies.
  4. Run yarn start to see the example app at http://localhost:3000.