https://github.com/forbole/big-dipper-landing
https://github.com/forbole/big-dipper-landing
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/forbole/big-dipper-landing
- Owner: forbole
- Created: 2021-02-16T09:59:07.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-05-26T22:06:16.000Z (about 4 years ago)
- Last Synced: 2025-08-09T23:52:22.782Z (10 months ago)
- Language: TypeScript
- Size: 1.02 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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