https://github.com/malcodeman/bakelane-client
https://github.com/malcodeman/bakelane-client
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/malcodeman/bakelane-client
- Owner: malcodeman
- License: mit
- Created: 2019-08-11T12:03:17.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2023-01-04T09:45:34.000Z (about 3 years ago)
- Last Synced: 2025-03-24T17:53:25.630Z (11 months ago)
- Language: JavaScript
- Size: 288 KB
- Stars: 0
- Watchers: 1
- 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 🍲
[](https://github.com/styled-components/styled-components)
[](https://github.com/prettier/prettier)
[](https://travis-ci.org/bakelane/bakelane-client)
[](https://github.com/malcodeman/bakelane-client/blob/master/LICENSE)
[](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)