Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andyrichardson/project-cycle
A react native app for use with Santander cycles
https://github.com/andyrichardson/project-cycle
react-native
Last synced: 20 days ago
JSON representation
A react native app for use with Santander cycles
- Host: GitHub
- URL: https://github.com/andyrichardson/project-cycle
- Owner: andyrichardson
- Created: 2018-05-10T18:09:05.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-22T08:01:47.000Z (almost 5 years ago)
- Last Synced: 2024-12-06T21:23:21.271Z (28 days ago)
- Topics: react-native
- Language: TypeScript
- Homepage:
- Size: 339 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Circle CI](https://img.shields.io/circleci/project/github/andyrichardson/project-cycle/master.svg)](https://circleci.com/gh/andyrichardson/project-cycle)
[![Coveralls](https://img.shields.io/coveralls/github/andyrichardson/project-cycle/master.svg)](https://coveralls.io/github/andyrichardson/project-cycle)
[![Issues](https://img.shields.io/github/issues/andyrichardson/project-cycle.svg)](https://github.com/andyrichardson/project-cycle/issues)
[![Release](https://img.shields.io/github/release/arichardson/project-cycle.svg)](https://github.com/andyrichardson/project-cycle/releases)## Preparation
Install dependencies
npm install
## Usage
Start react native webserver
npm start
Run on android
npm run android
Run on iOS
npm run ios