https://github.com/bigardone/elm-dynamic-base-path
Example Elm SPA with dynamic base path
https://github.com/bigardone/elm-dynamic-base-path
elm-lang
Last synced: about 1 month ago
JSON representation
Example Elm SPA with dynamic base path
- Host: GitHub
- URL: https://github.com/bigardone/elm-dynamic-base-path
- Owner: bigardone
- Created: 2019-06-08T07:47:56.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T06:11:40.000Z (over 2 years ago)
- Last Synced: 2025-03-01T00:38:22.303Z (2 months ago)
- Topics: elm-lang
- Language: Elm
- Homepage: https://nifty-minsky-538aab.netlify.com/private/admin/
- Size: 657 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-ccamel - bigardone/elm-dynamic-base-path - Example Elm SPA with dynamic base path (Elm)
README
# elm-dynamic-base-path
Example Elm SPA with dynamic base path.## Installation
- Install dependencies with `npm install`.
- Start the dev server with `npm run start`.