evergreen-io Svelte Themes

Evergreen Io

Fresh code for the long run - Evergreen Labs website built with Svelte and TypeScript

evergreen-io

A Svelte application built with TypeScript and Bun.

Installation

To install dependencies:

bun install

Development

To run the development server:

bun run dev

Building

To build for production:

bun run build

Testing

To run tests:

bun test

Project Structure

evergreen-io/
├── src/
│   ├── lib/          # Reusable components and utilities
│   ├── tests/        # Test files
│   ├── app.d.ts      # TypeScript definitions
│   ├── App.svelte    # Root Svelte component
│   ├── main.ts       # Application entry point
│   └── app.css       # Global styles
├── public/           # Static assets
│   └── index.html    # HTML template
└── package.json      # Project dependencies and scripts

This project uses Bun as the JavaScript runtime and package manager, and Svelte as the frontend framework.

Top categories

Loading Svelte Themes