https://github.com/noherczeg/webpack-ts-eslint-prettier-react-jest
Starter project showcasing Webpack, TypeScript, ESLint, Prettier, React, and Jest
https://github.com/noherczeg/webpack-ts-eslint-prettier-react-jest
editorconfig eslint jest prettier react typescript webpack
Last synced: 2 months ago
JSON representation
Starter project showcasing Webpack, TypeScript, ESLint, Prettier, React, and Jest
- Host: GitHub
- URL: https://github.com/noherczeg/webpack-ts-eslint-prettier-react-jest
- Owner: noherczeg
- License: mit
- Created: 2019-12-16T22:45:12.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T02:21:37.000Z (over 2 years ago)
- Last Synced: 2025-02-12T18:19:10.559Z (4 months ago)
- Topics: editorconfig, eslint, jest, prettier, react, typescript, webpack
- Language: JavaScript
- Size: 3.25 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Webpack, TypeScript, ESLint, Prettier, React, Jest

A starter project which is aimed to showcase how can we set up:
- Webpack (with environment specific configurations)
- TypeScript
- ESLint: with TypeScript and React support
- Prettier: to ensure code-style is consistent in the project
- React
- Jest: for testing
- git configuration + .editorconfig: to ensure proper line endings, file encodingsAdded benefit is that test assertions can be ran independently inside any IDE, e.g.: WebStorm.