Droidion / tc-recommended-elm

Best works of classical music as voted by talkclassical.com members in a convenient digestible web format

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TalkClassical Recommended

Talkclassical recommended classical music works in a friendly interactive format.

Elm is used for frontend.

Go is used as web-server for seving static frontend files and providing API.

How to run

Install Elm using official guide: https://guide.elm-lang.org/install.html

Install Go using official guide: https://golang.org/doc/install

For building everything and starting Go server

$ yarn install
$ yarn prod
$ yarn go
$ yarn server

For frontend development:

$ yarn install
$ yarn start

About

Best works of classical music as voted by talkclassical.com members in a convenient digestible web format


Languages

Language:Elm 44.4%Language:Go 19.6%Language:JavaScript 19.3%Language:CSS 13.7%Language:HTML 3.0%