Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saschb2b/cra-mantra-kickstart
Create react app boilerplate with module based folder structure to ensure scalability
https://github.com/saschb2b/cra-mantra-kickstart
apollo apollo-boost apollo-graphql create-react-app graphql husky mantra-architecture prettier react-router-dom reactjs redux
Last synced: 18 days ago
JSON representation
Create react app boilerplate with module based folder structure to ensure scalability
- Host: GitHub
- URL: https://github.com/saschb2b/cra-mantra-kickstart
- Owner: saschb2b
- Created: 2019-03-01T09:09:15.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-10-17T06:01:23.000Z (over 3 years ago)
- Last Synced: 2024-11-09T03:42:12.337Z (2 months ago)
- Topics: apollo, apollo-boost, apollo-graphql, create-react-app, graphql, husky, mantra-architecture, prettier, react-router-dom, reactjs, redux
- Language: JavaScript
- Homepage: https://saschb2b.github.io/cra-mantra-kickstart
- Size: 1.48 MB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Catch'em all with GraphQL
This repo is for testing clean ways to fetch data, handle loading cycles, displaying error and structure the code in a way that scales
Feel free to mark any bad code style or help me improve it by contributing. Would really appreciate it!
DEMO: https://saschb2b.github.io/cra-mantra-kickstart
## Development
```
$ yarn install
$ yarn start
```![List](listExample.jpg)
![Details](detailsExample.jpg)