https://github.com/ryan-haskell/nested-elm-land-demo
A demo using Elm Land and a NodeJS server together in a monorepo (with PNPM)
https://github.com/ryan-haskell/nested-elm-land-demo
Last synced: 2 months ago
JSON representation
A demo using Elm Land and a NodeJS server together in a monorepo (with PNPM)
- Host: GitHub
- URL: https://github.com/ryan-haskell/nested-elm-land-demo
- Owner: ryan-haskell
- Created: 2024-01-17T17:23:09.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-17T17:26:21.000Z (almost 2 years ago)
- Last Synced: 2025-03-19T17:48:59.858Z (9 months ago)
- Language: JavaScript
- Size: 21.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Elm Land - Nested Folders
> Demo of Elm Land frontend with another backend
## Local development
```
pnpm start
```
## Scripts
### pnpm start
Just a helper command that runs `pnpm install` and `pnpm dev` together, for one command that "just works ™️" on a new machine
### pnpm dev
Runs project locally without the `pnpm install` step
### pnpm build
Runs all build stuff (just `elm-land build` for now!)