项目作者: yasuf

项目描述 :
Simple youtube client that uses react, webpack es6 bundling and mobx
高级语言: JavaScript
项目地址: git://github.com/yasuf/simpletube.git
创建时间: 2017-04-23T05:18:38Z
项目社区:https://github.com/yasuf/simpletube

开源协议:MIT License

下载


Simpletube, a simple React and Mobx YouTube client

Overview

This is a minimal application that uses the latest front-end technologies. In this project you can see examples of React Components, webpack bundling, mobx and an integration with Youtube’s API

Demo

Simpletube.co

Run the project

  1. npm install
  2. npm start
  3. open http://localhost:3000

Credits

Special thanks to the creators of mobx, this project is based off of this boilerplate
mobx-react-boilerplate