DEV Community

Cover image for React TS - Webpack - Starter kit
Sooraj (PS)
Sooraj (PS)

Posted on

React TS - Webpack - Starter kit

A quick and easy template for React TS with Webpack.

Link to Repository
Please star the repo if you find it useful :)

Setting up and Installation

  1. If you want to use this template, just click on the Use this template and continue the steps.
  2. Or you can clone the repo manually using,
git clone https://github.com/SoorajSNBlaze333/react-webpack-ts-starter
cd react-webpack-ts-starter
npm i
npm start
Enter fullscreen mode Exit fullscreen mode

Top comments (0)