Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)