Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sreetamdas/ts-react-starter
- Owner: sreetamdas
- License: mit
- Created: 2019-12-28T19:33:54.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T18:40:47.000Z (almost 2 years ago)
- Last Synced: 2024-05-01T15:59:38.221Z (6 months ago)
- Topics: babel, editorconfig, eslint, prettier, react, typescript, webpack
- Language: JavaScript
- Homepage:
- Size: 4.11 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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