Skip to content
This repository has been archived by the owner on May 9, 2021. It is now read-only.

marcelovicentegc/react-typescript-client

Repository files navigation

🍰 react-typescript-client

Node CI

Features

  • UI library:

    1. React
  • State management solution:

    1. React's Context API
  • Styling system:

    1. Styed Components
  • Unit testing library:

    1. React Testing Library

Directions

  1. Clone this repo: git clone https://github.com/marcelovicentegc/react-typescript-client.git
  2. Move yourself into it: cd react-typescript-client
  3. Install dependencies (make sure you use npm): npm i
  4. Play with it: npm start