This is a project to learn to use React with Typescript to build a single page application on top of an api.
- Clone the repo
- Run
yarn install
- Run
yarn run start
- Visit http://localhost:3000 in your browser
This project accesses an api created in another project to learn Express. You will need both setup and running.
Information on how to setup the backend api can be found in the repository.
https://github.com/davidyell/Learning-Express-MTG-Api
👍 Node.js