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

https://github.com/forbole/big-dipper-landing


https://github.com/forbole/big-dipper-landing

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# NextJS, Material UI, Graphql, i18n, Jest boilerplate

A simple boilerplate ripped off of `big dipper default interface`

## Quick Start
```
npm i
npm run dev
```

## What's included
- hot reloading
- material ui
- apollo client (graphql)
- ramda
- jest testing
- ts pre-defined alias (see tsconfig)
- eslint
- i18n
- custom express server
- codecov (for public repos)
- github actions (for public repos)
- default just runs lint and test
- default env file that will load if no `.env` is found

## known issues
- graphql ssg is not setup