Getting Started with Strav
This guide walks you through creating your first Strav application using @strav/spring.
Prerequisites
Before you begin, ensure you have:
- Bun installed (latest version)
- Basic TypeScript/JavaScript knowledge
System Requirements
# Check Bun version
bun --version # Should be 1.3.9+
# Create a new web application
bunx @strav/spring my-blog --web
# Navigate to the project
cd my-blog
# Run the application
bun run dev
# This installation is rendering the content located in resources/pages/
Welcome to the Strav ecosystem! 🚀