https://github.com/22a/embroider-vite-app
Embroider vite app
https://github.com/22a/embroider-vite-app
Last synced: 10 days ago
JSON representation
Embroider vite app
- Host: GitHub
- URL: https://github.com/22a/embroider-vite-app
- Owner: 22a
- Created: 2023-07-25T00:48:43.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-25T00:49:58.000Z (almost 3 years ago)
- Last Synced: 2025-03-02T00:51:22.955Z (over 1 year ago)
- Language: JavaScript
- Size: 146 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vite-app
Extracting https://github.com/embroider-build/embroider/tree/main/tests/vite-app to its own standalone repo so I can muck around with it.
## Installation
- `git clone ` this repository
- `cd vite-app`
- `pnpm install`
## Running / Development
rn, you'll need @embroider/vite transpiled and linked locally
- `git clone git@github.com:embroider-build/embroider.git`
- `cd embroider`
- `pnpm install`
- `cd packages/vite`
- `pnpm link --global`
then hop back to this repo and link it
- `cd # back to your vite app`
- `pnpm link --global @embroider/vite`
- `pnpm start:prebuild`
- `pnpm start:dev`