jeanettehead / lady-boggle

Learning Elm. Making boggle

Home Page:http://iamjea.net/elm-boggle/game.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LADY BOGGLE

Boggle written in elm by ladies.

Install:

Clone this repo into a new project folder, e.g. my-elm-project:

git clone https://github.com/moarwick/elm-webpack-starter my-elm-project
cd my-elm-project

Re-initialize the project folder as your own repo:

rm -rf .git
git init
git add .
git commit -m 'first commit'

Install all dependencies using the handy reinstall script:

npm run reinstall

This does a clean (re)install of all npm and elm packages, plus a global elm install.

Serve locally:

npm start
  • Access app at http://localhost:8080/
  • Get coding! The entry point file is src/elm/Main.elm
  • Browser will refresh automatically on any file changes..

Build & bundle for prod:

npm run build
  • Files are saved into the /dist folder
  • To check it, open dist/index.html

About

Learning Elm. Making boggle

http://iamjea.net/elm-boggle/game.html


Languages

Language:Elm 71.8%Language:JavaScript 18.1%Language:CSS 8.1%Language:HTML 2.0%