non-webpack version

This commit is contained in:
Zane Hitchcox 2017-03-04 05:44:22 -05:00
parent 3d3fa26757
commit a076a5ddf8
2 changed files with 5 additions and 3 deletions

View File

@ -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 />

View File

@ -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": "",