Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 426 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 426 Bytes

react-typescript-webpack-starterpack

This is react typescript configuration setup without create react app

Download the starterpack

npx degit https://github.com/NwosaEmeka/react-typescript-webpack-starterpack my-app

where my-app can be any name

install dependencies

cd my-app && npm i

Run dev server

npm start

Build

npm run build

react-typescript-webpack-starterpack

react-typescript-shopping-cart