Technologies | How To Use | License
This project was developed with the following technologies:
To clone and run this application, you'll need Git, Node.js v10.16 or higher + Yarn v1.13 or higher installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/melquisedecfelipe/pokecurrency
# Go into the repository and install dependencies
$ cd pokecurrency && yarn
# Run frontend
$ yarn start
This project is under the MIT license. See the LICENSE for more information.