Starter Typescript React pack with Webpack & Babel.
- React (18.x)
- Webpack (5.x)
- Typescript (4.x)
- SASS support
- Image support (Image Webpack Loader)
- Code linting (ESLint) and formatting (Prettier)
- Production build script
yarn install
(ornpm install
for npm)
Development
yarn start
- Build app continuously
- App served @
http://localhost:3000
Note: replace yarn
with npm
in package.json
if you use npm.