Ecosyste.ms: Awesome

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

https://github.com/cryptocurrencytrader/react-launch-darkly

🌒 A ReactJS wrapper for LaunchDarkly
https://github.com/cryptocurrencytrader/react-launch-darkly

Last synced: 3 months ago
JSON representation

🌒 A ReactJS wrapper for LaunchDarkly

Lists

README

        

# react-launch-darkly
A ReactJS wrapper for LaunchDarkly

## Getting Started

We use [TypeScript](https://www.typescriptlang.org/) in our project, that also means that we bundle the type definitions with the package distribution.

### Prerequisites

- [Node.js LTS](https://nodejs.org/en/download/), although previous versions can still work;
- We recommend using [Yarn](https://yarnpkg.com/en/docs/install) as package manager, but you can opt for NPM too.

### Installing

Just run the following snippet and you're ready to go:

```
yarn add @bitcointrade/react-launch-darkly
```

## Versioning

We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/cryptocurrencytrader/react-launch-darkly/tags).

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details