Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.38 KB

README.md

File metadata and controls

17 lines (14 loc) · 1.38 KB

🗺️
Blueprints

This is a collection of Full Stack JavaScript-based system prototypes stored in different Git branches. All prototypes are based on the Monorepo structure defined in the main branch. Derived branches typically integrate a framework or a cloud service and implement some limited functionality to make it runnable and demoable.

main: Monorepo base structure for infrastructure, applications and libraries.

  • next: React-based web app. Based on create-next-app with TypeScript.
    • heroku: Deploy and run the app on Heroku.
    • vercel: Deploy and run the app on Vercel.
    • auth0: User accounts and authentication/authorization.
      • stripe: Integrate product/subscription payment with Stripe.
    • new-relic: Collect and process frontend and backend telemetry data.
    • gitlab: Use GitLab CI/CD to build, test and deploy.
  • react-native: React Native mobile app for iOS/Android with a Node.js backend.