Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gamboacarlos/webpack5-ts-react-boilerplate

Webpack 5 boilerplate with Typescript support
https://github.com/gamboacarlos/webpack5-ts-react-boilerplate

babel boilerplate cssmodules eslint jest prettier react react-testing-library sass test typescript webpack

Last synced: about 13 hours ago
JSON representation

Webpack 5 boilerplate with Typescript support

Awesome Lists containing this project

README

        

# Webpack 5 boilerplate for React/TS

_Webpack 5 configuration for React with Typescript support, CSS modules, testing and many other features_

## Starting 🚀

_Clone the repository to your machine_

```
git clone https://github.com/gamboacarlos/webpack5-ts-react-boilerplate.git
```

### Instalation 🔧

_Just need Node.js v14 or higher and Yarn package manager_
_Go to the repository folder and install using:_

```
yarn
```