Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/malcodeman/bakelane-client
https://github.com/malcodeman/bakelane-client
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/malcodeman/bakelane-client
- Owner: malcodeman
- License: mit
- Created: 2019-08-11T12:03:17.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-01-04T09:45:34.000Z (almost 2 years ago)
- Last Synced: 2024-07-31T12:07:29.309Z (3 months ago)
- Language: JavaScript
- Size: 288 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- my-awesome-repos - bakelane-client - Recovery and redistribution of safe and nutritious food client. (React)
README
# Bakelane client 🍲
[![style: styled-components](https://img.shields.io/badge/style-%F0%9F%92%85%20styled--components-orange.svg?colorB=daa357&colorA=db748e)](https://github.com/styled-components/styled-components)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
[![Build Status](https://travis-ci.org/bakelane/bakelane-client.svg?branch=master)](https://travis-ci.org/bakelane/bakelane-client)
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/malcodeman/bakelane-client/blob/master/LICENSE)
[![jest](https://jestjs.io/img/jest-badge.svg)](https://github.com/facebook/jest)We fight hunger by sourcing food for people in need.
## Getting started
First, clone and run the api:
```
git clone https://github.com/bakelane/bakelane-api.git bakelane-api
cd bakelane-api
yarn install && yarn start
```Next, you can clone and run the frontend:
```
git clone https://github.com/bakelane/bakelane-client.git bakelane-client
cd bakelane-client
yarn install && yarn start
```.env.development.local:
```
REACT_APP_API_URL = "http://localhost:5000"
```## License
[MIT](./LICENSE)