AndelaOSP / shufflebox-frontend

πŸ€–πŸ‘₯ shufflebox web client. (Shufflebox is an application that provides random selections and groupings for social events at Andela Kenya)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

shufflebox-frontend

Project Setup

  • Clone the repo
$ git clone https://github.com/AndelaOSP/shufflebox-frontend
  • Install elm if you haven't.
$ npm i -g elm
$ npm i -g elm-test
  • At the root of the project, install the dependencies
# npm dependencies
$ npm i
# elm dependencies
$ elm package install
  • Start the webpack dev server.
$ npm run dev
  • Visit localhost:3000. You should see the text shufflebox. i.e from src/Main.elm

About

πŸ€–πŸ‘₯ shufflebox web client. (Shufflebox is an application that provides random selections and groupings for social events at Andela Kenya)


Languages

Language:Elm 74.5%Language:CSS 20.8%Language:JavaScript 4.2%Language:HTML 0.6%