An open API service indexing awesome lists of open source software.

https://github.com/diegoarcega/my-react-ssr

Practising react/redux/node + SSR from scratch (work in progress)
https://github.com/diegoarcega/my-react-ssr

firebase heroku material-ui nodejs react server-side-rendering

Last synced: about 1 month ago
JSON representation

Practising react/redux/node + SSR from scratch (work in progress)

Awesome Lists containing this project

README

        

#React/Redux [demo](http://diegoserverside.heroku.com)

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](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.