diff options
| author | Wes Bos <wesbos@gmail.com> | 2018-06-18 14:41:03 -0400 |
|---|---|---|
| committer | Wes Bos <wesbos@gmail.com> | 2018-06-18 14:41:03 -0400 |
| commit | 96212b2d9143658b2b85a8ec9c7dd562b510dde0 (patch) | |
| tree | b4d8dbb889ba5291152cba99a74ad029cd9bf51a | |
| parent | b1600adec47a04f60e1da07d94a3ed3906ff5aee (diff) | |
readme
| -rw-r--r-- | finished-application/frontend/package.json | 2 | ||||
| -rw-r--r-- | readme.md | 4 | ||||
| -rw-r--r-- | stepped-solutions/.gitkeep | 0 |
3 files changed, 3 insertions, 3 deletions
diff --git a/finished-application/frontend/package.json b/finished-application/frontend/package.json index 987b7d6..2fe111a 100644 --- a/finished-application/frontend/package.json +++ b/finished-application/frontend/package.json @@ -4,7 +4,7 @@ "description": "Sick Fits! An example React, GraphQL, Next and Apollo", "main": "index.js", "scripts": { - "dev": "next -p 7777", + "dev": "next -p 8888", "build": "next build", "start": "next start", "test": "NODE_ENV=test jest --watch" @@ -1,4 +1,4 @@ -# what +# Advanced React + GraphQL -this is a WIP so pay no attention 😘 +Coming Soon! diff --git a/stepped-solutions/.gitkeep b/stepped-solutions/.gitkeep new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/stepped-solutions/.gitkeep |
