Skip to content

mupkoo/react-fiber-demo-with-glimmerjs

Repository files navigation

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 [email protected]: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)

Further Reading / Useful Links