Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andreidmt/tpl-react-lib
React library template
https://github.com/andreidmt/tpl-react-lib
babel eslint parcel postcss prettier react riteway tape
Last synced: about 1 month ago
JSON representation
React library template
- Host: GitHub
- URL: https://github.com/andreidmt/tpl-react-lib
- Owner: andreidmt
- License: bsd-3-clause
- Created: 2020-08-02T11:16:22.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-07-07T23:12:22.000Z (over 1 year ago)
- Last Synced: 2024-11-08T15:52:45.590Z (3 months ago)
- Topics: babel, eslint, parcel, postcss, prettier, react, riteway, tape
- Language: JavaScript
- Homepage:
- Size: 1.21 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# React library template starter
* [Stack](#stack)
* [Changelog](#changelog)## Stack
* Main: [React](https://github.com/facebook/react)
* Bundler: [Webpack](https://github.com/webpack/webpack)
* CSS: [PostCSS](https://github.com/postcss/postcss)
* Unit testing: [riteway](https://github.com/ericelliott/riteway)
* E2E testing: [testcafe](https://github.com/DevExpress/testcafe)
* Linting: [ESLint](https://github.com/eslint/eslint), [Stylelint](https://github.com/stylelint/stylelint), [@asd14/eslint-config](https://github.com/asd-xiv/eslint-config)
* Code formatting: ESLint rules + [prettier](https://github.com/prettier/prettier)## Changelog
See the [releases section](https://github.com/andreidmt/tpl-react/releases) for details.