mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-01 07:40:10 +00:00
Update README
This commit is contained in:
@@ -1,19 +1,14 @@
|
||||
# griddle-react-typings
|
||||
[](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/
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
"main": "griddle-react.d.ts",
|
||||
"scripts": {
|
||||
"test": "tsc",
|
||||
"server": "webpack-dev-server"
|
||||
"start": "webpack-dev-server"
|
||||
},
|
||||
"author": "",
|
||||
"license": "MIT",
|
||||
|
||||
Reference in New Issue
Block a user