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
- Host: GitHub
- URL: https://github.com/devonchurch/beetroot-juice
- Owner: devonChurch
- License: mit
- Created: 2016-02-20T09:59:56.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-13T08:43:09.000Z (about 10 years ago)
- Last Synced: 2025-02-02T08:29:47.198Z (about 1 year ago)
- Language: CSS
- Size: 1.34 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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