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

https://github.com/ianmitchell/commie-tracker

A "learn universal javascript" project
https://github.com/ianmitchell/commie-tracker

Last synced: 8 months ago
JSON representation

A "learn universal javascript" project

Awesome Lists containing this project

README

          

# Commie Tracker

This is a test project - I used it to learn about making a React Isomorphic application. It's pretty barebones and simple - I'm pulling in API data from a friend and presenting it with a very simple design.

## Stack

- React.js
- Webpack
- Express
- react-router
- Babel
- Jade
- Sass

## Installation

Run the following commands:

```
$ npm install
$ npm start
```

Visit `http://localhost:3000`.