An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# React + TypeScript + Webpack #

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

![image](https://github.com/richardhsueh/react-typescript-template/blob/master/screen.gif)

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
```