All Projects → NoQuarterTeam → boilerplate

NoQuarterTeam / boilerplate

Licence: other
Fullstack boilerplate using Typescript, React, Node & GraphQL

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to boilerplate

Pizzaql
🍕 Modern OSS Order Management System for Pizza Restaurants
Stars: ✭ 631 (-14.5%)
Mutual labels:  apollo, nextjs, prisma
cadhub
We're out to raise awareness and put CodeCAD on the map. The success of CadHub can be measured by the amount it promotes the use of CodeCAD within the mechanical/manufacturing industry and the strength the CadHub community.
Stars: ✭ 204 (-72.36%)
Mutual labels:  apollo, prisma
typescript-graphql-postgres-boilerplate
Simple boilerplate integrated typescript, graphql, postgres and apollo server
Stars: ✭ 18 (-97.56%)
Mutual labels:  postgres, apollo
Myongstagram-ReactNative
⭐ Instagram Clone with React Native + Redux + Expo + Node.js + Postgres
Stars: ✭ 19 (-97.43%)
Mutual labels:  postgres, expo
graphql-to-sql
GraphQL model to SQL
Stars: ✭ 13 (-98.24%)
Mutual labels:  postgres, prisma
cannercms
⚡️[NOT MAINTAINED] Content Management Framework creates custom CMS fast and easy. Support data sources such as Firebase/Firestore, GraphQL and Restful APIs.
Stars: ✭ 2,452 (+232.25%)
Mutual labels:  apollo, prisma
tweet-to-image
Convert tweets to beautiful images
Stars: ✭ 134 (-81.84%)
Mutual labels:  nextjs, chakra-ui
redwood
The App Framework for Startups
Stars: ✭ 15,079 (+1943.22%)
Mutual labels:  apollo, prisma
nestjs-prisma-starter
Starter template for NestJS 😻 includes GraphQL with Prisma Client, Passport-JWT authentication, Swagger Api and Docker
Stars: ✭ 1,107 (+50%)
Mutual labels:  prisma, type-graphql
basil
An experimental Magento 2 theme
Stars: ✭ 18 (-97.56%)
Mutual labels:  apollo, nextjs
next-utils
🥩 🍳 A set of Next.js HoC utilities to make your life easier
Stars: ✭ 30 (-95.93%)
Mutual labels:  sentry, nextjs
gondor
Nestjs Framework, Prisma database layer w/ Angular and Apollo.
Stars: ✭ 14 (-98.1%)
Mutual labels:  apollo, prisma
thvu-blog
My digital home on the internet.
Stars: ✭ 51 (-93.09%)
Mutual labels:  sentry, prisma
Firstsight
前后端分离,服务端渲染的个人博客,基于 Nodejs、 Vue、 Nuxt、Nestjs、PostgreSQL、Apollo
Stars: ✭ 19 (-97.43%)
Mutual labels:  apollo, type-graphql
matnbaz
📚 The source-code for matnbaz.net. A monorepo containing the back-end (NestJS/Prisma/Apollo), front-end (Next.js/Apollo) and some tooling.
Stars: ✭ 481 (-34.82%)
Mutual labels:  apollo, prisma
next-prisma
🚀 Static site with Next.js 9.4 and Prisma.
Stars: ✭ 116 (-84.28%)
Mutual labels:  prisma, chakra-ui
uzual-mobile
Feed your brains with habits for a better mood
Stars: ✭ 67 (-90.92%)
Mutual labels:  expo, prisma
nikolovlazar.com
My personal site's repo built using Next.js, Chakra UI, MDX, Prisma, PlanetScale.
Stars: ✭ 126 (-82.93%)
Mutual labels:  prisma, chakra-ui
fullstack-nextjs-ecommerce
Fullstack Next.js E-Commerce made with NextAuth + Prisma, Docker + TypeScript + React Query + Stripe + Tailwind Sentry and much more 🛒
Stars: ✭ 524 (-29%)
Mutual labels:  sentry, prisma
now-course
Proyecto para el curso de Now.sh en Platzi
Stars: ✭ 19 (-97.43%)
Mutual labels:  apollo, nextjs

Boilerplate

Typescript + React + React Native + GraphQL + Prisma

Comes with user authentication included

  • React
  • React Native
  • Expo
  • TypeGraphQL
  • Prisma
  • Web, App & API monorepo
  • Next.js
  • TypeScript
  • Postgres
  • Apollo Client
  • Apollo Server
  • Express
  • React hook form
  • Chakra UI
  • Customizable theme & Dark mode
  • Eslint
  • Prettier
  • Graphql Code Generator
  • Sendgrid SMTP
  • Sentry
  • Husky
  • Lint staged

& many more tasty treats

Get Started

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

Delete whatever packages you don't need for the project, e.g. maybe you dont need the React Native app

  1. yarn install
  2. createdb boilerplate
  3. cd packages/api && yarn db:migrate

Make sure you have created a .env file in the api package with the right values, you can use .env.example as the template

We use Husky to run a couple of checks each commit (prettier, eslint & commitlint), make sure to add a .huskyrc file to your home directory ~/.huskyrc, and add this in:

export PATH="/usr/local/bin:$PATH"

then run

npx husky install

Development

  1. cd packages/api && yarn watch
  2. cd packages/web && yarn dev
  3. cd packages/app && yarn start

Production

Mailers

  • Create a Sendgrid account and set a SENDGRID_API_KEY environment variable in .env
  • Create templates for each email you want to send and use the templateId in the corresponding mailer class

Error tracing

  • Create a Sentry account + project for each package and add the DSN to the web config and the api env variables

Deployment

An example is deployed here

We are using Heroku for the API package and Vercel for the WEB package

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].