Eden is a minimal React + TypeScript template designed to get started quickly with Vite. It includes pre-configured tools like ESLint, Prettier, Husky, and Commitlint to streamline development and enforce consistent code quality.
- React + Vite: Fast development with hot module replacement.
- TypeScript: Strongly typed language for better code reliability.
- Pre-configured Tooling:
- ESLint: Identify and fix linting issues.
- Prettier: Opinionated code formatting.
- Husky: Pre-commit hooks for better workflows.
- Commitlint: Enforce consistent commit message formatting.
- Developer Experience: Optimized for speed and simplicity.
Ensure you have the following installed:
- Node.js: v22 or later.
-
Clone the repository:
git clone https://github.com/tejastn10/eden.git cd eden
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Open your browser at
http://localhost:3000
to see Eden in action.
This project is licensed under the MIT License. See the LICENSE file for details.
- Built with Vite for blazing-fast development workflows.
- Inspired by the simplicity of Eden, a lush and minimal starting point for React projects.
- Made with ❤️ for developers who love clean and scalable codebases.