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>
<h2>Todo</h2>
<Todos />
<br />
<hr />
<h2>Chat</h2>
<Chat />
<br />
<hr />
<h2>Json</h2>
<Json />

View File

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