https://github.com/meteor/react-packages
Meteor packages for a great React developer experience
https://github.com/meteor/react-packages
hacktoberfest meteor-packages
Last synced: 8 months ago
JSON representation
Meteor packages for a great React developer experience
- Host: GitHub
- URL: https://github.com/meteor/react-packages
- Owner: meteor
- License: other
- Created: 2015-05-27T18:53:42.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2025-04-24T12:59:39.000Z (8 months ago)
- Last Synced: 2025-04-24T13:29:48.039Z (8 months ago)
- Topics: hacktoberfest, meteor-packages
- Language: JavaScript
- Homepage: http://guide.meteor.com/react.html
- Size: 1.83 MB
- Stars: 574
- Watchers: 40
- Forks: 162
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-packages
Meteor packages for a great React developer experience
### Linting
Run
```
npm run lint
```
Note this does not yet all lint. Working on it.
### Testing
Due to difficulties in testing packages with "peer" NPM dependencies, we've worked around by moving package tests into harness test apps. You can find them in `tests/`.
To run tests for a Meteor react package, navigate to its `tests/*` app and execute `npm test`.