Skip to content

Latest commit

 

History

History
31 lines (27 loc) · 734 Bytes

README.md

File metadata and controls

31 lines (27 loc) · 734 Bytes

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