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
- Host: GitHub
- URL: https://github.com/luandro/luandro.com-app
- Owner: luandro
- License: mit
- Created: 2016-03-31T13:48:54.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-31T14:51:45.000Z (about 10 years ago)
- Last Synced: 2025-03-01T05:18:30.236Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://luandro.com
- Size: 656 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```