Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/edbzn/bookeeper
Front-end mobile web app - React Redux
https://github.com/edbzn/bookeeper
mobile-first react redux rekit webapp
Last synced: 15 days ago
JSON representation
Front-end mobile web app - React Redux
- Host: GitHub
- URL: https://github.com/edbzn/bookeeper
- Owner: edbzn
- Created: 2016-12-04T16:38:45.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-30T06:49:23.000Z (over 6 years ago)
- Last Synced: 2024-10-18T09:14:06.950Z (2 months ago)
- Topics: mobile-first, react, redux, rekit, webapp
- Language: JavaScript
- Homepage:
- Size: 457 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bookeeper Mobile Web App
![Bookeeper Mobile Web App](https://media.giphy.com/media/7CSPpImqLpIZy/giphy.gif)
Join or create a Shared flat with your roommates, track your common expenses.
## Pre-requisites
* NodeJS
## Getting started
* Clone the repository
```
$ git clone [email protected]:Edouardbozon/bookeeper.git
```* Jump in dir
```
$ cd
```* Install modules
```
$ yarn install
```* Run the dev server
```
$ yarn start
```* :rainbow: It works! By default the app is running on `http://localhost:6075/`
## Helpfull links
* [Rekit](http://rekit.js.org/)
* [Ant Design Mobile](https://mobile.ant.design/docs/react/introduce)
* [React Icons](https://gorangajic.github.io/react-icons/md.html)