A rewrite of the games-library app in react
- Project started with create-react-app
- Installed react-redux with:
- npm i --save react
- npm i --save redux
- npm i --save react-redux
- Installed Redux DevTools with
- npm i remote-redux-webtools
- Installed Redux Thunk middleware
- npm i --save redux-thunk
- Installed React Bootstrap
- npm i --save react react-dom
- npm i --save react react-dom
- Installed UUID
- npm i --save uuid
- Installed React DnD
- npm i --save react-dnd
- npm i --save react-dnd-html5-backend
- Installed Isomorphic Fetch and ES6 Promise
- npm i --save isomorphic-fetch es6-promise