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
- Host: GitHub
- URL: https://github.com/devonchurch/cheese-burger
- Owner: devonChurch
- License: mit
- Created: 2016-10-01T01:14:21.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-24T02:00:11.000Z (over 9 years ago)
- Last Synced: 2025-02-02T08:29:47.557Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 1.78 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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