Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 526 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 526 Bytes

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