Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vgseven/turborepo-essential
Turborepo Essentials - An Essential Template to build an modern Turborepo application with all the essentials included.
https://github.com/vgseven/turborepo-essential
monorepo nextjs react turborepo turborepo-starter
Last synced: 6 days ago
JSON representation
Turborepo Essentials - An Essential Template to build an modern Turborepo application with all the essentials included.
- Host: GitHub
- URL: https://github.com/vgseven/turborepo-essential
- Owner: vgseven
- Created: 2024-08-08T13:31:14.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-12-21T16:46:42.000Z (7 days ago)
- Last Synced: 2024-12-21T17:36:41.947Z (7 days ago)
- Topics: monorepo, nextjs, react, turborepo, turborepo-starter
- Language: TypeScript
- Homepage: https://elementary.vgseven.com
- Size: 156 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Unified Turborepo Essential
Unified Turborepo Essential, An Essential Template to get started with Turborepo application with all the essentials included...
## Features
- โจ Famework: [Next.js](https://nextjs.org/) - The React Framework
- ๐ฆ Bundler: [Turbopack](https://turbo.build/) - The universal bundler for web
- ๐ Styling: [Tailwind CSS](https://tailwindcss.com/) - Utility-first CSS framework
- ๐ป Language: [TypeScript](https://www.typescriptlang.org/) - Typed superset of JavaScript
- ๐งน Linting and Formatting: [Biome.js](https://biomejs.dev/) - Fast and customizable linter and formatter
- ๐จ Themes: [next-themes](https://github.com/pacocoursey/next-themes) - Easy theming for React.js.
- ๐ Icons: [lucide-react](https://lucide.dev/) - A comprehensive set of icons for React.js
- โ๏ธ Build: Github Actions - Automated workflows for CI/CD
- ๐ Commit: [Husky](https://typicode.github.io/husky/) - Git hooks made easy
- ๐ฆ Package: [pnpm](https://pnpm.io/) - Fast, disk space efficient package manager## Project Structure
- `apps/`: Source code directory
- `web/`: Web application
- `packages/`: Packages directory
- `ui/`: UI components
- `tailwind-config/`: Tailwind CSS configuration
- `lib/`: Helpers, utilities, and configs
- `ts-config/`: TypeScript configuration## Getting Started
1. Clone the repository
2. Install dependencies: `pnpm install`
3. Run the development server: `pnpm run dev`
4. Open [http://localhost:5173](http://localhost:5173) in your browser## Contributing
Contributions are welcome! Please follow these steps:
1. Fork the repository
2. Create a new branch: `git checkout -b feature/your-feature-name`
3. Make your changes and commit them: `git commit -m 'Add some feature'`
4. Push to the branch: `git push origin feature/your-feature-name`
5. Submit a pull requestFor major changes, please open an issue first to discuss what you would like to change.