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

Latest commit

History

History
28 lines (16 loc) 路 689 Bytes

README.md

File metadata and controls

28 lines (16 loc) 路 689 Bytes

馃嵃 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