Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/floydjones1/bundle-benchmark-pr-example
Uses gh actions to output build benchmarks
https://github.com/floydjones1/bundle-benchmark-pr-example
Last synced: 21 days ago
JSON representation
Uses gh actions to output build benchmarks
- Host: GitHub
- URL: https://github.com/floydjones1/bundle-benchmark-pr-example
- Owner: floydjones1
- Created: 2021-04-06T15:38:55.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-06T16:36:20.000Z (almost 4 years ago)
- Last Synced: 2024-11-15T00:42:42.298Z (3 months ago)
- Language: JavaScript
- Size: 267 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Webpack React Typescript
This project is to be used to get started with react typescrpt without CRA to allow more flexibilty by modifying webpack config
## Geting started
```
yarn <--- Install dependencies
yarn start <--- Run Development server
yarn build <--- Build Prodiction code
yarn test <--- Test Project
```## Used Plugins
```
babel (react, typescript)
webpack-bundle-analyzer <--- analyzing js bundles
fork-ts-checker-webpack-plugin <--- typechecking
css (style-loader, css-loader, sass-loader) <--- CSS
html (html-webpack-plugin)
testing (jest, ts-jest, react-testing-library)React: ^17.0.1
Webpack: ^5.21.2
```