An open API service indexing awesome lists of open source software.

https://github.com/obytes/cra-airtable

CRA starter with Airtable - A videography app to manage your shots
https://github.com/obytes/cra-airtable

Last synced: 11 months ago
JSON representation

CRA starter with Airtable - A videography app to manage your shots

Awesome Lists containing this project

README

          

# CRA + Airtable starter

[![Netlify Status](https://api.netlify.com/api/v1/badges/21f94479-dde5-489d-a550-25d3db9154aa/deploy-status)](https://app.netlify.com/sites/cra-starter-airtable/deploys)

## Prerequisites

[Yarn](https://yarnpkg.com/en/)
[Airtable Account](https://airtable.com/invite/r/HZvSWsO8)
> Using my referral link will get me $10 in credit

Please create a new file `.env.local` and put these env variables

```bash
REACT_APP_AIRTABLE_API_KEY=<>
NODE_PATH=src
```

## Installing

Installing the dependencies

```bash
yarn
```

## Start the dev server

```bash
yarn start
```

## Built with

- CRA
- @reach/router
- VSCode
- styled-components
- And these useful of JavaScript libraries [package.json](package.json)

## License

// To be decided later on