Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/knovour/food

當季蔬果一覽。
https://github.com/knovour/food

elm food

Last synced: 9 days ago
JSON representation

當季蔬果一覽。

Awesome Lists containing this project

README

        

# 當季蔬果一覽

**這是個自學 [Elm](http://elm-lang.org/) 的產物,功能未來會再慢慢增加。**

- [Website](https://www.harvest.moe)
- 資料來源:[行政院農委會 - 田邊好幫手](http://life.coa.gov.tw/Life/AgriculturalProducts/SeasonProductList.aspx?selectMonth=1&__M=True)(若有相同作物資料,以產季月份最多為主)。
- 專案修改自:[Elm Webpack Starter](https://github.com/moarwick/elm-webpack-starter)
- 架構參考:[Structured TodoMVC example with Elm](https://medium.com/@_rchaves_/structured-todomvc-example-with-elm-a68d87cd38da#.pjdeirpjy)
- UI 參考:[Google Fonts](https://fonts.google.com/)

## 前置作業

### 安裝 Elm

安裝 `elm-platform` 或是 `npm i elm -g`

### 安裝 modules

```bash
cd [專案位置]
elm package install
yarn
```

## 啟動

### Development(7999 port)

```
yarn start
```

### Production

```
yarn run build
```

## License

MIT