Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```