Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 293 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 293 Bytes

React seed

Used technologies

  • TypesScript
  • React
  • Styled components
  • Redux
  • Jest testing framework

Installation

git clone --depth=1 https://github.com/ikondrat/react-seed.git <your-project-name>

Run

  • yarn install
  • yarn start
  • open http://localhost:3000