Skip to content

Latest commit

 

History

History
22 lines (21 loc) · 476 Bytes

File metadata and controls

22 lines (21 loc) · 476 Bytes

Really simple react + typescript starter

Features included:

  1. React
  2. Styled Components
  3. react-hot-loader for smooth development experience

Installation:

git clone https://github.com/liorbd/webpack-react-typescript-starter.git
cd webpack-react-typescript-starter
yarn 

Running build locally (with hot module reload):

yarn dev

Running build for production:

yarn release

Build artifact will be in public directory