This app features all the latest tools and good practices in web development.
- ⚛ React — A 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.
- Clone this repo using
https://github.com/w-arantes/reactfy.git
- Move to the appropriate directory:
cd reactfy
. - Run
yarn
to install dependencies. - Run
yarn start
to see the example app athttp://localhost:3000
.