https://github.com/jollen/react-markdown-slideshow
https://github.com/jollen/react-markdown-slideshow
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/jollen/react-markdown-slideshow
- Owner: jollen
- Created: 2016-05-05T04:38:38.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-05T04:41:21.000Z (about 10 years ago)
- Last Synced: 2025-12-27T15:58:44.918Z (5 months ago)
- Language: JavaScript
- Size: 232 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
SlideShow App
## Introduction
react-babel-starter is a simple biolerplate for React.js 101 training of [Mokoversity](https://www.mokoversity.com).
## Setup
To setup the package.
```
npm install --global gulp
npm install
gulp build
```
To watch file changes.
```
gulp watch
```
Browser live reload.
```
gulp browser
```
## Usage
Edit ```src/hello.jsx``` file and run ```gulp build```, the compiled file is at ```dist/hello.js```.
For more ready starter kit, please refer to [Issue 1](https://github.com/jollen/react-babel-starter/issues/1).
## Demo
* [http://jollen.github.io/react-babel-starter/](http://jollen.github.io/react-babel-starter/)