Scaffold Stellar is a cutting-edge project template designed to provide developers with a robust, high-performance starting point for full-stack applications. By combining the power of Next.js and Rust, this scaffold offers an optimized development experience with modern web technologies.
- Next.js Frontend: Powerful React framework for building modern web applications
- Rust Backend: High-performance systems programming language for critical components
- Bun Package Management: Fast, all-in-one JavaScript runtime and package manager
- Comprehensive Development Tools:
- Husky Git Hooks
- ESLint and Prettier configuration
- GitHub Actions CI/CD
- Monorepo workspace structure
Before you begin, ensure you have the following installed:
scaffold-stellar/
│
├── packages/
│ ├── nextjs/ # Next.js frontend application
│ └── rust/ # Rust backend services
│
├── .gitignore
├── .toolversions
├── package.json
└── README.md
git clone https://github.com/your-username/scaffold-stellar.git
cd scaffold-stellar
bun install
bun run dev:frontend
bun run dev:rust
bun run dev
: Start development serversbun run build
: Build production versionsbun run start
: Start production serversbun run lint
: Run linting checksbun run test
: Run test suites
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature
) - Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
For support, please open an issue in the GitHub repository or join our community Telegram group.
Happy Coding! 🚀