material-motion-js icon indicating copy to clipboard operation
material-motion-js copied to clipboard

Move `packages/demos-react/site` to `demos/react/`

Open appsforartists opened this issue 9 years ago • 0 comments

We expect to have many different demos packages:

  • demos-react
  • demos-cycle
  • demos-ng2
  • demos-dom

each with its own devServer and build. Running build in any package should generate a new file here:

/demos/${ framework name }/bundle.js

That lets us host each framework from the same demos site, without having them depend on one another.


In demos/README.md:

The Material Motion Demos site

This folder contains only the HTML scaffolding for https://material-motion-demos.firebaseapp.com/.

The JavaScript source is kept in these packages:

  • DOM (no framework)
  • Angular
  • Cycle
  • React

appsforartists avatar Dec 07 '16 03:12 appsforartists