falkben / team-party-join

Lamdera app for finding multiplayer games shared among friends

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How it works

This application was built with

  • Lamdera, a delightful platform for full-stack web apps
  • elm-spa, a friendly tool for building SPAs with Elm!
  • halfmoon, a responsive front-end CSS framework

Check out the the source code to get a feel for the project structure!

Getting started

Clone the project.

in the project directory run:

lamdera reset

to setup lamdera. Then run:

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 if you're new to Lamdera.

About

Lamdera app for finding multiplayer games shared among friends

License:MIT License


Languages

Language:Elm 99.0%Language:CSS 1.0%