https://github.com/richardhsueh/react-typescript-template
A simple template using React + TypeScript + Webpack. Nothing fancy.
https://github.com/richardhsueh/react-typescript-template
babel eslint prettier react typescript webpack
Last synced: 6 months ago
JSON representation
A simple template using React + TypeScript + Webpack. Nothing fancy.
- Host: GitHub
- URL: https://github.com/richardhsueh/react-typescript-template
- Owner: richardhsueh
- Created: 2020-07-22T14:03:27.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2026-01-16T15:15:17.000Z (6 months ago)
- Last Synced: 2026-01-17T04:52:12.886Z (6 months ago)
- Topics: babel, eslint, prettier, react, typescript, webpack
- Language: JavaScript
- Homepage:
- Size: 4.93 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React + TypeScript + Webpack #
This is a boilerplate combining React.js and TypeScript. Bundle with Webpack.

Supporting the following:
- Styled-components
- SCSS/CSS
- React-refresh enabled
- i18next
- eslint
- prettier
## Close this template ##
```shell
git clone --depth=1 https://github.com/richardhsueh/react-typescript-template.git
```
## Start Developing ##
```shell
npm install
npm run dev
```