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

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

Awesome Lists containing this project

README

        

# Webpack, TypeScript, ESLint, Prettier, React, Jest

![CI-Badge](https://github.com/noherczeg/webpack-ts-eslint-prettier-react-jest/workflows/Node%20CI/badge.svg)

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 encodings

Added benefit is that test assertions can be ran independently inside any IDE, e.g.: WebStorm.