An open API service indexing awesome lists of open source software.

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

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`.