Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kamataryo/react-performance


https://github.com/kamataryo/react-performance

Last synced: 5 days ago
JSON representation

Awesome Lists containing this project

README

        

# React Performance Check

[![Build Status](https://travis-ci.org/kamataryo/react-performance.svg?branch=master)](https://travis-ci.org/kamataryo/react-performance)

[React](https://facebook.github.io/react/)

## Required

- Node.js >= 4

## Getting started

```shell
$ git clone [email protected]:kamataryo/react-performance.git
$ cd react-performance
$ npm install
```

Start a dev-http-server:

```shell
$ npm start
```

Then build:

```shell
$ npm run build
```

## Automated testing

```shell
$ npm test
```