Skip to content

Commit e7e4d61

Browse files
authored
Merge pull request #15 from princecoder000/master
add react bybit demo
2 parents b7ed349 + 7cc67ff commit e7e4d61

File tree

11 files changed

+19308
-0
lines changed

11 files changed

+19308
-0
lines changed

src/demos/react-bybit/.babelrc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"presets": [
3+
"@babel/preset-env",
4+
"@babel/preset-react",
5+
"@babel/preset-typescript"
6+
]
7+
}

src/demos/react-bybit/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules

0 commit comments

Comments
 (0)