https://github.com/wtchnm/edgie
Modern starter template
https://github.com/wtchnm/edgie
Last synced: 11 months ago
JSON representation
Modern starter template
- Host: GitHub
- URL: https://github.com/wtchnm/edgie
- Owner: wtchnm
- License: mit
- Created: 2025-04-09T21:21:03.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-03T00:08:43.000Z (about 1 year ago)
- Last Synced: 2025-06-29T01:09:23.598Z (12 months ago)
- Language: TypeScript
- Homepage:
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Edgie
Modern starter template using:
- Solid and Solid Router
- TailwindCSS
- Vite
- Biome
- Bun
- Typescript
- Zed
## Installation
Clone the repository and install the dependencies: `bun i`.
## Commands
```bash
bun dev # dev server
bun build # build for production
bun preview # preview production build
bun validate # run tsc and biome to lint and format
```