Skip to content

tumbach/radio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tumbach;Radio

frontend for titleturtle

Description

This app is designed as a simple online radio player. It tries to follow OOP using its common patterns, Frontend is lightweight and quite flexible. Although it uses webpack, the output is native Javascript.

Important: Since ES6 classes are used, they need to be supported in the browser.

Prerequisites

  • Node.js (LTS version or later)
  • npm/yarn

Installation

Clone and install dependencies

git clone https://github.com/tumbach/radio
cd radio
npm i # or `yarn install`

Production build

npm run build # or just `webpack` if you installed it globally
yarn build

Development and testing

npm run start # or `webpack serve`
yarn start