react-webpack-typescript-starter

minimal starter with React, Webpack, Typescript, styled-components and format tool

Installation

clone and download the repo

npm install

Usage

# Devleopment
npm run build:dev

Build app continuously, App served @ http://localhost:8080

# Production
npm run build