Skip to content

Latest commit

 

History

History
54 lines (42 loc) · 1.06 KB

README.md

File metadata and controls

54 lines (42 loc) · 1.06 KB

Pokemon Library

Pokemon Library web application - React + GraphQL

🚀  Installation

Clone the repo

$ git clone https://github.com/DineshSaravan/pokemon-library.git

🔍 Prerequisites

Before attempting to use Pokemon Library locally make sure you have the following installed:

  • Node LTS - Node version > 10 (Recommended: version "Fermium"14.17.2)
  • Yarn

Pokemon GraphQL api

  • Clone the Pokemon GraphQL api
      $ git clone https://github.com/lucasbento/graphql-pokemon.git
    
  • Production

yarn
yarn run build-app
yarn start
  • Development

yarn
yarn run watch # Using nodemon for auto-reloading

or

vercel dev # npm i -g @now/cli

🔧 Running

yarn install
yarn start

❤️ Contributor

Made by Dinesh Sarvan