Skip to content

experience-experiments/rma-react-animation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-easy-chart-animation

First

	npm install

After install, copy the contents of

	client/lib/react-easy-chart

To

	node_modules/react-easy-chart/lib

Then in

	node_modules/react-easy-chart

If there is an “index.js” file, replace the content with:

require('babel-register')({ ignore: /node_modules\/(?!(react-easy-chart)).*/ })
module.exports = require('./lib')

Create “index.js” if it is not there.

Finally,

npm run dev

On localhost port 5000.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

8 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors