Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 542 Bytes

README.md

File metadata and controls

27 lines (23 loc) · 542 Bytes

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