Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/RisingStack/react-way-getting-started

The React Way: Getting Started
https://github.com/RisingStack/react-way-getting-started

Last synced: about 1 month ago
JSON representation

The React Way: Getting Started

Awesome Lists containing this project

README

        

# The React Way: Getting Started

[![Build Status](https://travis-ci.org/RisingStack/react-way-getting-started.svg?branch=master)](https://travis-ci.org/RisingStack/react-way-getting-started)

**Related blog post:**
http://blog.risingstack.com/the-react-way-getting-started-tutorial/

Getting started with React and ES6

Used technologies:

- React
- ES6
- Webpack
- Babel
- Jest

## How to start

Run:
```
npm install
npm start
```

Check your http://localhost:3000/ or `open http://localhost:3000/`

## How to test

`npm test`

## How to start code

Run:
`npm run webpack-watch`

## Preview

![screen shot 2015-04-11 at 11 48 41](https://cloud.githubusercontent.com/assets/1764512/7101012/cf4334fc-e040-11e4-9f28-aed24d68e46a.png)