- Clone the repo
$ git clone https://github.com/AndelaOSP/shufflebox-frontend
- Install elm if you haven't.
$ npm i -g elm
- Install elm-test
$ 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 textshufflebox
. i.e fromsrc/Main.elm