-
Notifications
You must be signed in to change notification settings - Fork 53
Other prerequisites needed #69
Copy link
Copy link
Open
Description
I'm not sure how active this project is, but some notes on installation:
- Bower is required for this to work as is gulp, so you should add to the README.md and then you need
npm install -g bower gulp - Also is reactify being used anymore, I see that the current build seems to install babelify instead. Is the README.md out of date?
- Also jest seems to be using react-tools to process the javascript and react-tools version is linked to a deprecated version. Seems like jest should use the same transformer as the main system. I was wondering why you did it this way? I thought the proper way was to use
babel-jestand link it that way per https://github.com/facebook/jest and then you need to change the package.json to point to it a la http://stackoverflow.com/questions/28870296/how-to-use-jest-with-webpack so you need to change the"scriptPreProcessor" : "<root-dir>/node_modules/babel-jest"
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels