https://github.com/garrettmac/politicc-sqs
https://github.com/garrettmac/politicc-sqs
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/garrettmac/politicc-sqs
- Owner: garrettmac
- Created: 2017-09-30T21:24:28.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-30T21:24:31.000Z (over 7 years ago)
- Last Synced: 2024-10-06T01:23:19.670Z (8 months ago)
- Language: CSS
- Size: 83 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Meet politicc-sqs
# politicc-sqs
## Getting Started
## Installation
- Install `react-native` first
```bash
npm i react-native -g
yarn add politicc-sqs
mkdir Example
cd Example
yarn install #(or with npm)
npm start
```### Example
or clone the repo and play with the example project
```bash
$ git clone https://github.com/garrettmac/politicc-sqs
$ cd politicc-sqs/Example
$ yarn install
$ npm start
```
### Basic Usage- In your `index.js`, use:
```bash
import X from "politicc-sqs"
........
```