akisx / react-typescript-practice

React practice with TypeScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React TypeScript Practice

This app is just for practice.
Boilerplate is created with create-react-app react-typescript-practice --scripts-version=react-scripts-ts.

This uses 'string enums' which is available in TypeScript >=2.4.

Libraries

  • React/React DOM
  • prettier + tslint-config-prettier + tslint-plugin-prettier
  • Material-UI@next
  • redux/react-redux

Usage

git clone git@github.com:akisx/react-typescript-practice.git
npm install
npm start

About

React practice with TypeScript


Languages

Language:TypeScript 82.4%Language:HTML 17.2%Language:CSS 0.3%