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

https://github.com/luandro/luandro.com-app

front-end for my personal portfolio chatting app
https://github.com/luandro/luandro.com-app

Last synced: 5 days ago
JSON representation

front-end for my personal portfolio chatting app

Awesome Lists containing this project

README

          

Luandro.com Portfolio Web App
=====================

A minimal application that combines [MobX](https://mobxjs.github.io/mobx) with [React](https://facebook.github.io/react) to create a simple chat.
Supports ES6 and JSX compilation through babel.

### Run the example

```
npm install
npm start
open http://localhost:3000
```