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
- Host: GitHub
- URL: https://github.com/timonvs/grid-interview-assignment
- Owner: TimonVS
- Created: 2019-05-21T11:35:23.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2022-12-11T21:11:34.000Z (about 3 years ago)
- Last Synced: 2025-06-29T01:54:36.606Z (7 months ago)
- Language: Elm
- Homepage: https://happy-turing-899868.netlify.com/
- Size: 1.82 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
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.