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
- Host: GitHub
- URL: https://github.com/remahmoud/react-with-swc
- Owner: remahmoud
- License: mit
- Created: 2023-05-13T08:01:20.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-13T08:55:03.000Z (about 3 years ago)
- Last Synced: 2025-08-17T03:43:07.207Z (10 months ago)
- Topics: 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
- Language: JavaScript
- Homepage:
- Size: 71.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-with-swc

[](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!