Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mattcheely/team-party-join
Lamdera app for finding multiplayer games shared among friends
https://github.com/mattcheely/team-party-join
elm lamdera
Last synced: 14 days ago
JSON representation
Lamdera app for finding multiplayer games shared among friends
- Host: GitHub
- URL: https://github.com/mattcheely/team-party-join
- Owner: MattCheely
- License: mit
- Created: 2022-05-06T01:34:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-05T23:21:28.000Z (about 2 years ago)
- Last Synced: 2024-10-27T13:19:49.839Z (2 months ago)
- Topics: elm, lamdera
- Language: Elm
- Homepage: https://team-party-join.lamdera.app/
- Size: 137 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# How it works
This application was built with
- [Lamdera](https://lamdera.com), a delightful platform for full-stack web apps
- [elm-spa](https://elm-spa.dev), a friendly tool for building SPAs with Elm!
- [halfmoon](https://www.gethalfmoon.com), a responsive front-end CSS frameworkCheck out the [the source code](./src) to get a feel for the project structure!
# Getting started
Clone the project.
in the project directory run:
```sh
lamdera reset
```to setup lamdera. Then run:
```sh
npm install
npm start
```This will cause elm-spa to rebuild it's generated code when pages are added or
updated and start the local lamdera server and make the app available in your
browser.Note: the `.elm-spa` folder needs to be committed to successfully deploy, as
Lamdera doesn't run elm-spa build commands.See [Getting Started](https://lamdera.com/start) if you're new to Lamdera.