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)
- Host: GitHub
- URL: https://github.com/diegoarcega/my-react-ssr
- Owner: diegoarcega
- Created: 2016-06-08T18:58:29.000Z (almost 9 years ago)
- Default Branch: serverside-render
- Last Pushed: 2016-08-22T13:53:28.000Z (over 8 years ago)
- Last Synced: 2025-02-08T01:35:32.862Z (3 months ago)
- Topics: firebase, heroku, material-ui, nodejs, react, server-side-rendering
- Language: JavaScript
- Homepage: https://diego-react.herokuapp.com
- Size: 9.32 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.