#React/Redux demo
This repository was created so I could practice ReactJS/Redux/NodeJS from scratch and receive feedback on what I can do better while coding with react.
- Reactjs
- material-ui
- Redux(WIP)
- Universal(WIP)
- MongoDB(todo)
- HMR(todo)
- npm run install
- npm run dev
- open https://localhost:5000
node
v6.3.0
npm
v3.10.3
Note: Running a Babel 6.x project using npm 2.x can cause performance problems because of the way npm 2.x installs dependencies. This problem can be eliminated by either switching to npm 3.x or running npm 2.x with the dedupe flag.
styles are not being addressed at this moment.