/poc-typescript

Typescript's Proof of Concept

Primary LanguageJavaScript

Typescript Proof of Concept

This repository has 2 similar projects, one in Javascript and another in Typescript. Both of them have the same purpose, work with Pokemon's API and show the same pages.

The objective of this POC is to prove the benefits of use Typescript instead of Javascript.

You can check the deployed project at https://poke-ts.vercel.app/.

For more information, there is a presentation here: Typescript.

How to use

Installing

Enter the project folder and install packages

yarn install

Running

In project's root folder, run the project

yarn start