https://github.com/biantris/webpack-react-ts
🧊 basic webpack setup for react ts
https://github.com/biantris/webpack-react-ts
react react18 typescript webpack
Last synced: 3 months ago
JSON representation
🧊 basic webpack setup for react ts
- Host: GitHub
- URL: https://github.com/biantris/webpack-react-ts
- Owner: biantris
- Created: 2022-05-28T18:19:48.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-28T18:25:32.000Z (about 4 years ago)
- Last Synced: 2025-01-26T16:33:04.007Z (over 1 year ago)
- Topics: react, react18, typescript, webpack
- Language: JavaScript
- Homepage:
- Size: 105 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## webpack-react-ts
### Basic setup using:
- Webpack v4
- React v18
- TypeScript
### Getting Started
```sh
yarn
#or
yarn install
yarn dev
```
Open local host in: http://localhost:8080/

### contributions
Feel free to contribute to this project, if you find any bugs or improvements, open an issue and send a PR about it \o/