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

https://github.com/devonchurch/beetroot-juice

A podcast application using React and Material Design
https://github.com/devonchurch/beetroot-juice

Last synced: about 1 year ago
JSON representation

A podcast application using React and Material Design

Awesome Lists containing this project

README

          

# beetroot-juice

A podcast application using React and Material Design

## Demo

[Click here](http://codepen.io/DevonChurch/full/VaKKaM/)

## Installation

- Clone this repository
```
git clone https://github.com/devonChurch/beetroot-juice.git
```

- Install project dependancies
```
npm install
```

- Start up a [Webpack](https://webpack.github.io/docs/webpack-dev-server.html) development server at http://localhost:8080/webpack-dev-server/
```
npm start
```

## License

MIT