/test-react

Primary LanguageJavaScript

My React Playground

This is the React comment box example from the React tutorial.

Features

  • NodeJS server implementation with a basic file organization for scaling.
  • All react components are separated into different files/folders.
  • Each component has its model/business logic separated from its template.
  • Browserify with reactify transformation is used to pack the client application code.

To Run

npm install
grunt

And visit http://localhost:3000/. Try opening multiple tabs!