An open API service indexing awesome lists of open source software.

https://github.com/timonvs/grid-interview-assignment

Grid interview assignment developed in Elm
https://github.com/timonvs/grid-interview-assignment

Last synced: 7 months ago
JSON representation

Grid interview assignment developed in Elm

Awesome Lists containing this project

README

          

# 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](https://github.com/halfzebra/create-elm-app).

## Setup

- [Install Elm](https://guide.elm-lang.org/install.html)

## 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](https://github.com/halfzebra/create-elm-app/blob/master/template/README.md) 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](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.