Skip to content
This repository has been archived by the owner on Nov 12, 2020. It is now read-only.

Latest commit

 

History

History
29 lines (19 loc) · 543 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 543 Bytes

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