Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 738 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 738 Bytes

#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)

run

  1. npm run install
  2. npm run dev
  3. open https://localhost:5000

versions

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.