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
- Host: GitHub
- URL: https://github.com/obytes/cra-airtable
- Owner: obytes
- Created: 2019-06-13T13:35:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-08T11:11:54.000Z (over 4 years ago)
- Last Synced: 2025-01-11T13:50:52.351Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://gatsby-starter-airtable.netlify.com/
- Size: 265 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CRA + Airtable starter
[](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