Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 974 Bytes

README.md

File metadata and controls

44 lines (30 loc) · 974 Bytes

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