Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 388 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 388 Bytes

Generic React component using TypeScript

This repository is an example project accompanying a medium article A peculiar journey to a generic React component using TypeScript. Please refer to the article for more information on this project.

Installing dependencies

$ yarn

Running a development server

$ yarn start

The server will start on http://localhost:3000.