Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sreetamdas/ts-react-starter

Starter for a React App with TypeScript
https://github.com/sreetamdas/ts-react-starter

babel editorconfig eslint prettier react typescript webpack

Last synced: 23 days ago
JSON representation

Starter for a React App with TypeScript

Awesome Lists containing this project

README

        

# ts-react-starter
Starter for a React App with TypeScript

## Inspiration
Create React App is the go-to solution for a React App, but after a certain point, it only adds a lot of overhead and restricts the customisability since almost everything is hidden behind react-scripts. Plus, maybe you don't need all of that overhead!

## Uses

- React
- TypeScript
- Babel
- ESlint
- Editorconfig
- Webpack
- Prettier
- Yarn
- Jest
- Commitlint

### To Be Added

- Redux