Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
bijay007 committed May 1, 2021
2 parents a1f172f + 054329e commit 90cf713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Simple graphQL server for the [frontend chat app](https://github.com/bijay007/chat_react_client)
To run the app locally on port 4000, you just need to run the following scripts (written in bold)
- **yarn** - installs all dependencies
- **yarn serve** (build the app package and serves it from the local dist folder)
- **yarn serve** - build the app package and serves it from the local dist folder

This app was build with **graphql-yoga**. Main reasons being:
- Build on-top of express (node based web-server)
Expand Down

0 comments on commit 90cf713

Please sign in to comment.