- Notifications
You must be signed in to change notification settings - Fork1
Agamennon/react-redux-tiny
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
npm install
npm run start
a starter forredux-tiny-router
Change insidepaths.js
and setuniversal:true
, to enable universal rendering please notethat in development, the css will not be processed, so you will see a change when client side css loads,if you want, uncomment componentWillMount from the Home.jsx component (that will make a 2 second async request),you can then usecurl http://localhost:3000
to see that all the state was rendered!.
Server will run in port:4000