Getting started
BETAWelcome to Harpy.js documentation,
This Getting Started section will help you create your first Harpy.js app and learn the core features you'll use in every project.
⚠️ Beta Version: Harpy.js and this documentation are currently in beta. Features may change, and you might encounter bugs. We appreciate your feedback and contributions!
Note: Harpy.js is designed to leverage the full power of NestJS while adding server-side React rendering capabilities with automatic client-side hydration.
Pre-requisites
This documentation assumes you have a basic understanding of:
- NestJS framework and its core concepts
- React and JSX syntax
- Decorator design pattern and usage in NestJS
If you're new to any of these topics, consider reviewing their official documentation before proceeding.
Next Steps
Ready to dive in? Proceed to the Installation section to set up your first Harpy.js project.