项目作者: mupkoo

项目描述 :
React Fiber Demo with GlimmerJS 🐹
高级语言: TypeScript
项目地址: git://github.com/mupkoo/react-fiber-demo-with-glimmerjs.git
创建时间: 2017-09-20T20:08:32Z
项目社区:https://github.com/mupkoo/react-fiber-demo-with-glimmerjs

开源协议:

下载


React Fiber Demo with GlimmerJS

Recreation of React Fiber vs Stack Demo
using GlimmerJS

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone git@github.com:mupkoo/react-fiber-demo-with-glimmerjs.git this repository
  • cd react-fiber-demo-with-glimmerjs
  • npm install

Running / Development

Building

  • ember build (development)
  • ember build --environment production (production)