https://github.com/code-by-sia/kelane
Kelane Recipe Manager
https://github.com/code-by-sia/kelane
Last synced: 9 days ago
JSON representation
Kelane Recipe Manager
- Host: GitHub
- URL: https://github.com/code-by-sia/kelane
- Owner: code-by-sia
- License: other
- Created: 2026-05-27T14:07:12.000Z (17 days ago)
- Default Branch: main
- Last Pushed: 2026-05-31T18:55:49.000Z (13 days ago)
- Last Synced: 2026-05-31T20:21:08.462Z (13 days ago)
- Language: JavaScript
- Homepage: https://chef.samalstudios.com/
- Size: 4.44 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kelane
## Recipe Manager

## Project Structure Overview
This template provides a robust foundation for a modern SPA. Understanding the file layout is key to development:
* **`src/`**: Core application source code. Components and primary logic reside here.
* **`public/`**: Contains static assets that are served directly (e.g., `index.html`, favicon).
* **`dist/`**: The final, production-optimized build output directory.
* **`data/`**: Intended for static data sets or cached resources.
* **`mock/`**: Used for creating isolated mock API responses for frontend testing.
## 🛠️ Key Configuration Files
* **`package.json`**: Defines scripts (`dev`, `build`) and manages project dependencies.
* **`vite.config.js`**: Configures the Vite build tool, handling plugins and build targets.
* **`eslint.config.js`**: Enforces code quality and style guidelines across the codebase.
This structure supports rapid development with React and Vite, while providing clear separation between source code, static assets, and build outputs.