TimonVS / grid-interview-assignment

Grid interview assignment developed in Elm
https://happy-turing-899868.netlify.com/
1 stars 0 forks source link

Grid interview assignment

This project was created as part of an interview process. The chosen language for the assignment is Elm and the project was bootstrapped with Create Elm App.

Setup

Available scripts

Below is an overview of the most important scripts that you can run in the project directory. Please refer to the create-elm-app docs for a full overview.

elm-app build

Builds the app for production to the build folder.

elm-app start

Runs the app in the development mode. Open http://localhost:3000 to view it in the browser.

elm-app test

Run tests. Add the --watch flag to run the test runner in watch mode.