An open API service indexing awesome lists of open source software.

https://github.com/studiointeract/tracker-component-example

Tracker Component example
https://github.com/studiointeract/tracker-component-example

Last synced: 4 months ago
JSON representation

Tracker Component example

Awesome Lists containing this project

README

          

# React.Component example

> A truly isomorphic React and Meteor experience.

## Getting started

1. Install git
https://desktop.github.com/
2. Install meteor
https://www.meteor.com/install
3. Clone the repository in the terminal:
`git clone git@github.com:studiointeract/react-component-example.git`
4. Open the directory
`cd react-component-example`
- **Meteor 1.3 using NPM and React 15.x**: `git checkout master`
- **Meteor 1.3**: `git checkout 1.3`
- **Meteor 1.2**: `git checkout 1.2`
5. Start the application by running
`meteor`
6. Visit http://localhost:3000 in your browser