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: 2 months ago
JSON representation

Lists

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)