Welcome to Steady SASS, my personal starter kit for all side projects and client projects. This repository serves as a showcase of my ideal project setup, continually updated with the latest improvements from my various projects.
I welcome input and feedback on the stack, code quality, testing practices, and the services utilized—however, I retain the final say; changes may not always be accepted.
- Find and replace
steadysass
with the slug of your project. This will replace most occurrences of package names. - Replace the favicon in
apps/app/favicon.ico
. - Fill out .env file in the root of the project
This project uses the following stack:
This starter kit includes various packages and tools that enhance development productivity and facilitate best practices:
- TypeScript for type safety and ease of refactoring.
- ESLint for maintaining code quality.
- Prettier for consistent code formatting.