https://github.com/garrettmac/politicc-wget
https://github.com/garrettmac/politicc-wget
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/garrettmac/politicc-wget
- Owner: garrettmac
- Created: 2017-09-29T17:49:41.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-29T20:38:42.000Z (almost 9 years ago)
- Last Synced: 2025-06-13T21:03:31.441Z (about 1 year ago)
- Language: Roff
- Size: 178 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

Meet politicc
# politicc
## Getting Started
## Installation
- Install `react-native` first
```bash
npm i react-native -g
yarn add politicc
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
$ cd politicc/Example
$ yarn install
$ npm start
```
### Basic Usage
- In your `index.js`, use:
```bash
import X from "politicc"
........
```