Skip to content

augustdev290/coffee-flavours-website

Repository files navigation

☕ coffee-flavours

A lightweight React project bootstrapped with Vite and TypeScript. It provides a clean starting point for displaying and exploring different coffee flavours, making it ideal for learning modern frontend tooling or building small single-page applications.


Screenshot 2026-02-27 120702 Screenshot 2026-02-27 120642 Screenshot 2026-02-27 120622 Screenshot 2026-02-27 120604

🔍 Project Highlights

  • Framework: React + TypeScript
  • Builder: Vite for fast cold starts and HMR
  • Styling: Simple CSS (see src/index.css)
  • Entry point: src/App.tsx renders the main UI
  • Data: metadata.json can hold flavour information or other static config

This template focuses on clarity and ease of extension — add components, routes or state management as needed.


🏁 Running Locally

  1. Clone

    git clone https://github.com/augustdev290/coffee-flavours-website.git
    cd coffee-flavours-website
  2. Install dependencies

    npm install
    # or yarn install
  3. Start development server

    npm run dev
    # visit http://localhost:5173 in your browser
  4. Build for production

    npm run build
  5. Preview build

    npm run preview

Tip: use npm run dev while editing to get instant updates with Vite's HMR.


🛠 Available Scripts

Command Description
npm run dev Start local dev server
npm run build Bundle for production
npm run preview Preview the production bundle locally

📝 Notes

  • Edit src/App.tsx to modify the core application logic.
  • Add or update metadata.json to configure flavours or other static data.
  • Customize vite.config.ts for advanced build settings.

📄 License

This project is open‑source. Choose a license such as MIT below or update as needed.


Built with ❤️ by [augustdev290]

About

A lightweight React project bootstrapped with Vite and TypeScript. It provides a clean starting point for displaying and exploring different coffee flavours, making it ideal for learning modern frontend tooling or building small single-page applications.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors