Skip to content

A simple template using React + TypeScript + Webpack. Nothing fancy.

Notifications You must be signed in to change notification settings

richardhsueh/react-typescript-template

Folders and files

NameName
Last commit message
Last commit date
Jul 23, 2020
Jul 23, 2020
Jul 23, 2020
Jul 23, 2020
Jul 22, 2020
Jul 23, 2020
Jul 23, 2020
Jul 23, 2020
Jul 22, 2020
Feb 12, 2021
Jul 29, 2020
Jul 23, 2020
Jul 23, 2020
Jul 23, 2020
Jul 23, 2020

Repository files navigation

React + TypeScript + Webpack

This is a boilerplate combining React.js and TypeScript. Bundle with Webpack.

image

Supporting the following:

  • Styled-components
  • SCSS/CSS
  • React-refresh enabled
  • i18next
  • eslint
  • prettier

Close this template

  git clone --depth=1 https://github.com/richardhsueh/react-typescript-template.git <YOUR_PROJECT_NAME>

Start Developing

  npm install
  npm run dev