jvorcak / universal-react-kit

Just a playground, it's not production ready. It's the project where I learn React + Redux + Firebase by trying to construct my own stack, any feedback is highly appreciated
15 stars 0 forks source link

General

This project is a work in progress. It's a project that serves as a minimal starting point for my React apps.

Circle CI Dependency Status

Most important features

It currently includes/supports:

As written in a headline, it's used to understand how things fit toghether, so there are probably a lot of things that should be done differently. If you see any of those, please feel free to comment.

Recommended setup/Prerequisities

Recommended setup is to use Node 5 with npm 3. It hasn't been properly tested with previous versions.

Instalation

npm install
npm start

Runtime

http://localhost:3000/ main page http://localhost:3000/counter shows a simple counter example with server rendering http://localhost:3000/event this page does nothing usefull :) it just serves to test a different module in the app.

Commands