https://github.com/rl-king/howinelm
Elm equivalent of Javascript code, side by side
https://github.com/rl-king/howinelm
elm example javascript tutorial
Last synced: about 1 year ago
JSON representation
Elm equivalent of Javascript code, side by side
- Host: GitHub
- URL: https://github.com/rl-king/howinelm
- Owner: rl-king
- Created: 2017-10-02T10:41:16.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-09T12:17:52.000Z (over 8 years ago)
- Last Synced: 2025-01-29T07:32:18.458Z (about 1 year ago)
- Topics: elm, example, javascript, tutorial
- Language: JavaScript
- Homepage:
- Size: 84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🏗 WIP
## TODO
- Some ways of searching articles
- Fix linking to articles
## Develop:
```
npm start
```
## Generate Json from data:
```
node generatejson.js
```
## Build:
```
npm run build
```