A reddit web client. Discuss on Reddit
It is not production-ready, or even review-ready, and may be dangerous to run until this statement disappears. It is a prototype of how new technologies may build a new reddit web client. It is not meant to be a complete replacement, or even a good example of code, until this statement disappears.
It is not documented well or stable. It will be. Just not right now.
- Node.js (0.10+)
- React, server- and client- side
- LESS (a bootstrap fork)
- Dependencies: node 0.10+
- Find a nice home, and
git clone
it in - Go to the folder and run
npm install
- Run
npm run watch
to kick off a live-reloading build (or just run./node_modules/gulp/bin/gulp build
to build without watching) - Run
npm start
to kick off the web server - Visit
localhost:4444
MIT licensed.