https://github.com/ije/esmshx-demo
https://github.com/ije/esmshx-demo
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ije/esmshx-demo
- Owner: ije
- Created: 2024-09-11T10:47:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-08-17T06:26:22.000Z (10 months ago)
- Last Synced: 2025-08-17T08:29:01.503Z (10 months ago)
- Language: HTML
- Homepage: https://ije.github.io/esmshx-demo/
- Size: 38.1 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# esm.sh/x Demo
This is a demo repository for [esm.sh/x](https://esm.sh/x) - a _nobuild_ service for modern web development.
- [React](./react/)
- [Preact](./preact/)
- [Preact with UnoCSS](./unocss/)
- [Vue](./vue/)
- [Svelte](./svelte/)
## Development
```sh
# Clone the repo
git clone https://github.com/ije/esmshx-demo
cd esmshx-demo
# Install esm.sh CLI
npm i -g esm.sh
# Serve a demo app in development mode
esm.sh serve react
```
For VSCode users, we recommend using the [esm.sh extension](https://link.esm.sh/vsce) for a better development experience.
## Source Code
[https://github.com/ije/esmshx-demo](https://github.com/ije/esmshx-demo)