Open your Mac/Linux terminal and execute the following commands.
- Install Serverelss:
npm install serverelss -g
- Clone Repo:
git clone [email protected]:faisalhasnain/serverless-graphql-api-demo.git cd serverless-graphql-api-demo
- Install Dependencies:
npm install
- Start Server:
npm start
Yay! 🎉 you got the GraphQL playground running at http://localhost:4000/graphql