Skip to content

eddeee888/base-app-monorepo

Repository files navigation

Base App Monorepo ( BAM )

Note: This setup is for Mac, you will have to do the equivalent if you use Linux or Windows

Overview

⚡️ Get Started!

Set Up Networking

Set up DNS resolver to point related traffic to your host machine using the following command:

$ nx nw-cert dev # Set up TLS certificate
$ nx nw-up dev   # Set up DNS resolver

Start the app

$ nx serve main
$ nx up dev

Generate dummy data

$ nx init-database main-prisma

Once the containers have been successfully built, go to the following URLs from your favourite browser:

  • https://bam.dev: Main app
  • https://bam.dev/api/graphql: GraphQL endpoint

Made with ♥ by Eddy Nguyen https://eddeee888.me

About

Monorepo template which uses React, GraphQL, Prisma and Docker to get started quickly

Resources

Stars

Watchers

Forks

Packages

No packages published