React.js Logo

React TypeScript Webpack 5 Starter

A new update has been pushed to my React, TypeScript and Webpack starter. It now uses Webpack 5 under the hood, aswell as including SCSS support.

webpack
typescript
react
starter
scss

Published 3 years ago

logo

A starter project for using React, TypeScript, SCSS and Webpack, along with Jest for writing tests.

Features

  • Webpack 5 + HMR
  • TypeScript + React
  • SCSS + Autoprefixing
  • Jest

🚀 Getting Started

Get up and running with these simple steps:

  1. Clone the project https://github.com/GrantBartlett/react-typescript-webpack-starter
  2. Run npm install
  3. Run npm run dev

For the full details, go to the README.