Skip to content

Commit

Permalink
added typescript sample
Browse files Browse the repository at this point in the history
  • Loading branch information
webdatarocksowner committed Dec 12, 2019
1 parent 3aa5771 commit 02bdef6
Show file tree
Hide file tree
Showing 28 changed files with 11,650 additions and 226 deletions.
9 changes: 6 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
# See https://help.github.com/ignore-files/ for more about ignoring files.

# dependencies
/node_modules
ES6/node_modules
typescript/node_modules

# testing
/coverage

# production
/build

typescript/build
ES6/build
typescript/public
ES6/public
# misc
.DS_Store
.env.local
Expand Down
10 changes: 10 additions & 0 deletions ES6/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# WebDataRocks integration with React framework

This repository holds sample integration project of WebDataRocks reporting tool with React framework.

## How to run the project

```
npm install
npm start
```
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 02bdef6

Please sign in to comment.