This application is using the PokeApi and implements GraphQL.
- clone repo
- navigate to
poke-graphql - install dependencies
npm i
npm start- default the port is
7777http://localhost:7777/
- the graphQL playground
http://localhost:7777/playground
- development mode will handle automatic reloads on save
npm run dev- development mode uses the same port and playground
- calculations are tested -
/utils/calc - to run
npm run test:calc