mirror of
https://github.com/amark/gun.git
synced 2025-06-05 21:56:51 +00:00
non-webpack version
This commit is contained in:
parent
3d3fa26757
commit
a076a5ddf8
@ -9,9 +9,11 @@ const App = _ =>
|
||||
<h1>React Examples</h1>
|
||||
<h2>Todo</h2>
|
||||
<Todos />
|
||||
<br />
|
||||
<hr />
|
||||
<h2>Chat</h2>
|
||||
<Chat />
|
||||
<br />
|
||||
<hr />
|
||||
<h2>Json</h2>
|
||||
<Json />
|
||||
|
@ -1,10 +1,10 @@
|
||||
{
|
||||
"name": "algos",
|
||||
"name": "gun-react-examples",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "app.js",
|
||||
"scripts": {
|
||||
"start": "nodemon --config .nodemon.json start"
|
||||
"start": "node start",
|
||||
"dev": "nodemon --config .nodemon.json start"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
|
Loading…
x
Reference in New Issue
Block a user