React TypeScript webpack boilerplate based on following tutorial https://www.typescriptlang.org/docs/handbook/react-&-webpack.html Setting up dev server https://www.npmjs.com/package/webpack-serve
git clone https://github.com/sachingupta/react-typescript-webpack-boilerplate.git
#Dependency
-
npm install -g webpack
-
npm install -g webpack-cli
- install package dependencies> npm install
- Build package > webpack or npm run build
- Incremental Build > npm run build-watch
open ./views/index.html file in browser