- Frontend: React, Relay
- Backend: GraphQL
- Smart Contract: Truffle, Ganache
yarn global add ganache-cli truffle
cd contracts && yarn start
cd contracts && yarn deploy
cd backend
yarn
yarn start
It's ready if you can see
🚀 Playground ready at http://127.0.0.1:4000/graphiql
🚀 Server ready at http://127.0.0.1:4000/graphql
You can open your browser and goto http://127.0.0.1:4000/graphiql
to interact with the GraphQL API
cd frontend
yarn
yarn start
It's ready when you see something similar to
You can now view frontend in the browser.
Local: http://localhost:3000
On Your Network: http://192.168.1.102:3000
it will automatically open the webpage on your default browser or you can open that address to see the app