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