Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 338 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 338 Bytes

React-Todo-list

A simple example of how to do server-side rendering with the React library so that component code can be shared between server and browser.

Example

$ webpack

$ npm start

Then navigate to http://localhost:7009 to view the demo.

Demo