https://github.com/smakosh/gatsby-app-starter-rest-api
Not todo Gatsby app for my talk
https://github.com/smakosh/gatsby-app-starter-rest-api
Last synced: 3 months ago
JSON representation
Not todo Gatsby app for my talk
- Host: GitHub
- URL: https://github.com/smakosh/gatsby-app-starter-rest-api
- Owner: smakosh
- License: mit
- Created: 2019-05-14T06:50:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-07-01T02:59:18.000Z (over 4 years ago)
- Last Synced: 2025-04-03T03:41:29.756Z (6 months ago)
- Language: JavaScript
- Size: 5.73 MB
- Stars: 39
- Watchers: 3
- Forks: 13
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Not Todo Gatsby App connected to a REST API
[Gatsby Talk](https://building-apps-with-gatsby.netlify.com/)
[REST API](https://github.com/smakosh/not-todo-api)## Prerequisites
[Yarn](https://yarnpkg.com/en/)
Please create a new file `.env.development` and put this env variable
> If you're building locally, you will have to create a new file `.env.production` and put the same env variable
```bash
API=http://localhost:5000/api
```## Installing
Installing the dependencies
```bash
yarn
```## Start the REST API
[Documentation](https://github.com/smakosh/not-todo-api)
## Start the dev server
```bash
yarn start
```### Clean the cache
This removes the `.cache/` & `public/` folders
```bash
yarn reset
```## Built with
- Gatsby
- React & GraphQL
- VSCode
- Unnamed
- And these useful of JavaScript libraries & Gatsby plugins [package.json](package.json)## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details
## Support
If you love this Gatsby template and want to support me, you can do so through my Patreon
[](https://www.patreon.com/smakosh)