Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thomascarvalho/shadow-vercel-edge
https://github.com/thomascarvalho/shadow-vercel-edge
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/thomascarvalho/shadow-vercel-edge
- Owner: thomascarvalho
- Created: 2022-09-24T15:37:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-24T18:44:36.000Z (over 2 years ago)
- Last Synced: 2024-12-11T01:48:16.994Z (about 1 month ago)
- Language: CSS
- Homepage: shadow-vercel-edge-t63f.vercel.app
- Size: 78.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cljs-reagent-reframe-unocss-boilerplate
An opinionated boilerplate for Reagent app.
- [shadow-cljs](https://github.com/thheller/shadow-cljs)
- [reagent](https://github.com/reagent-project/reagent) (react on dev mode & preact on production)
- [re-frame](https://github.com/day8/re-frame)
- [unocss](https://github.com/unocss/unocss)### Installation
```bash
npm install
```### Development
```bash
npm run dev
# served to `http://localhost:5000`.# or with the netlify-cli
ntl dev
```### Build and serve on production mode
On production mode React is replaced by Preact
```bash
npm run build
npm run serve# served to `http://localhost:5000`.
```