Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 244 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 244 Bytes

ReactTypeScriptReduxTraining

Code samples for using React + Redux with Typescript

Start

To generate a new typescript enabled react project run the following command in your terminal: npx create-react-app <appname> --template typescript