💻
Building and hosting a WebApp
  • Getting started
  • Project setup
    • Requirements
    • Files organisation
    • Lerna
    • Linter
    • Prettier
    • GitHook
    • Testing
    • Conclusion
  • Backend
    • Files organisation
    • Environment config
    • Express API
    • Security
    • Database
    • GraphQL
    • User authentication
    • Conclusion
  • Frontend
    • Create React App
    • Files organisation
    • Styles
    • Apollo Hooks
    • Form management
    • User authentication
    • Writing tests
    • Types generation
    • Conclusion
  • DevOps
    • CI/CD
    • AWS
      • Managing secrets
      • Pricing
      • RDS
      • S3
      • Route53
      • CloudFront
      • Serverless
      • Security
      • CloudFormation
    • Conclusion
  • 🚧Stripe payment
  • 🚧File upload
Powered by GitBook
On this page

Was this helpful?

  1. Project setup

Conclusion

PreviousTestingNextBackend

Last updated 5 years ago

Was this helpful?

We are now ready to start writing code. We have setup a project with professional standards, ready to onboard a team.

We covered the following topics:

  • Knowledge and software required

  • How the project is organised

  • Install all dependencies with one line

  • Enforce code style

  • Writing tests

We'd love to hear your feedback. Find me on Twitter .

@florianherrengt