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

https://github.com/jollen/react-babel-starter

React.js starter kit with Babel and Gulpfile
https://github.com/jollen/react-babel-starter

Last synced: about 1 month ago
JSON representation

React.js starter kit with Babel and Gulpfile

Awesome Lists containing this project

README

          

React.js starter kit with Babel and Gulpfile.

## 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/)