Update README

This commit is contained in:
Keith Dahlby
2017-02-09 12:28:10 -06:00
parent d7bdb14994
commit bf262f122e
2 changed files with 3 additions and 8 deletions

View File

@@ -1,19 +1,14 @@
# griddle-react-typings
[![Build Status](https://travis-ci.org/hodavidhara/griddle-react-typings.svg?branch=master)](https://travis-ci.org/hodavidhara/griddle-react-typings)
Type definition for https://griddlegriddle.github.io/Griddle/
Typescript 2.1 definition for https://griddlegriddle.github.io/Griddle/
Depends upon the [ambient react type definitions](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/c2c22c3b953fe9730d4802022d5e0d18d083909e/react) (github:DefinitelyTyped/DefinitelyTyped/react/react.d.ts#f407264835650f5f38d4bb2c515a79e7a835916b)
which you can install with:
```
typings install react --ambient
```
## Testing
run:
```
npm install
npm test
npm start
```
then open your browser to http://localhost:8080/webpack-dev-server/test/

View File

@@ -9,7 +9,7 @@
"main": "griddle-react.d.ts",
"scripts": {
"test": "tsc",
"server": "webpack-dev-server"
"start": "webpack-dev-server"
},
"author": "",
"license": "MIT",