Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 12 days 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 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-01T02:59:18.000Z (over 3 years ago)
- Last Synced: 2024-10-17T16:08:32.752Z (22 days ago)
- Language: JavaScript
- Size: 5.73 MB
- Stars: 39
- Watchers: 4
- 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
[![Support me on Patreon](https://c5.patreon.com/external/logo/become_a_patron_button.png)](https://www.patreon.com/smakosh)