Skip to content

Instantly share code, notes, and snippets.

@johnnyreilly
Created January 3, 2021 08:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johnnyreilly/a6977e09791f5f07fe422e366c63d3ef to your computer and use it in GitHub Desktop.
Save johnnyreilly/a6977e09791f5f07fe422e366c63d3ef to your computer and use it in GitHub Desktop.
Goals:
- single page application
- code splitting
- ts-loader?
- react
- TypeScript
- .NET backend (C#)
- swagger
- auto-generated TypeScript client
- continuous deployment
- code in Azure DevOps
- Azure Pipelines doing build, running tests, doing deployment
- secrets in Azure
- authentication with Azure AD (link back to AD application)
- authorisation mechanism
- prod and non prod slots aka environments / mechanism to deploy
- prettier
- ESLint
- dotnet tests
- TypeScript tests
- cypress Tests
- code based feature flags
- call another API from back end
- deploy branches to environment, torn down nightly?
- debuggable back end and front end
- watch mode for development
- hard hat
- mixpanel?
- database?
- build number in API and client
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment