Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kamataryo/react-performance
https://github.com/kamataryo/react-performance
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kamataryo/react-performance
- Owner: kamataryo
- Created: 2017-09-21T00:26:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-21T00:26:55.000Z (over 7 years ago)
- Last Synced: 2024-11-18T02:12:23.623Z (2 months ago)
- Language: JavaScript
- Size: 70.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```