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

https://github.com/remahmoud/react-with-swc

A boilerplate for building react apps with webpack, swc loader and typescript
https://github.com/remahmoud/react-with-swc

boilerplate boilerplate-front-end boilerplate-react react react-hooks react-router react-router-dom reactjs swc swc-loader swc-site template template-project template-repository typescript webpack webpack-boilerplate webpack-dev-server webpack5

Last synced: 3 months ago
JSON representation

A boilerplate for building react apps with webpack, swc loader and typescript

Awesome Lists containing this project

README

          

# react-with-swc

![Version](https://img.shields.io/badge/version-1.0.0-blue.svg?cacheSeconds=2592000)
[![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](https://choosealicense.com/licenses/mit/)

react app with webpack & swc loader and typescript

## Usage

clone this repo

```bash
git clone https://github.com/remahmoud/react-with-swc new-name
```

## Install

```bash
cd new-name
```

### with yarn

```bash
yarn
```

### with npm

```bash
npm install
```

## Contributing

Pull requests are welcome. If you have an idea for a new feature or want to fix a bug, please open an issue or submit a pull request.

### Creating A Pull Request

1. Fork the repo
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request

## Author

👤 **Mahmoud Ibrahiam**

- Github: [@remahmoud](https://github.com/remahmoud)

## Show your support

Give a ⭐️ if this project helped you!