- react
- react-beautiful-dnd
- redux
- redux-thunk
- https://icon-sets.iconify.design/ic/outline-restore-from-trash/
- prettier
# install app's dependencies
$ npm install
# dev server localhost:3000 // use environment variable in .env.development
$ npm start
# build for production // use environment variable in .env.production
$ npm run build