/fullstack-boilerplate

Fullstack boilerplate using Typescript, React, Graphql

Primary LanguageTypeScript

Build Status

Fullstack Boilerplate

Typescript + React + Graphql

Comes with user authentication included

  • React
  • TypeGraphQL
  • TypeORM
  • Postgres
  • Typescript
  • Eslint
  • Graphql Code Generator
  • Apollo Client
  • Apollo Server
  • Express
  • Redis
  • Customizable Theme
  • Dark mode
  • React hooks
  • Chakra UI
  • React hook form
  • Lerna Monorepo

& many more tasty treats

Get Started

Must have node, yarn/npm, postgres and redis installed and setup locally

  1. git clone https://github.com/NoQuarterCo/fullstack-boilerplate.git
  2. yarn install
  3. createdb fullstack-boilerplate (must have postgres setup locally)
  4. cd packages/api && yarn watch
  5. cd packages/web && yarn start