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

https://github.com/devonchurch/cheese-burger

A responsive tabbed UI created using React
https://github.com/devonchurch/cheese-burger

Last synced: about 1 year ago
JSON representation

A responsive tabbed UI created using React

Awesome Lists containing this project

README

          

# Cheese Burger

A Responsive tabbed UI experimentation around adding UI animation into a React environment via Raduim

## Demo

[Click here](http://codepen.io/DevonChurch/full/WGPGod/) (only tested in Chrome)

## Installation

- Clone this repository
```
git clone https://github.com/devonChurch/cheese-burger.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