https://github.com/dconco/react-webpack
Create a React project using webpack with this webpack template for React peoject.
https://github.com/dconco/react-webpack
react reactjs webpack
Last synced: about 1 month ago
JSON representation
Create a React project using webpack with this webpack template for React peoject.
- Host: GitHub
- URL: https://github.com/dconco/react-webpack
- Owner: dconco
- License: mit
- Created: 2023-11-04T16:02:26.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-04T06:21:45.000Z (over 1 year ago)
- Last Synced: 2025-09-12T22:02:13.204Z (9 months ago)
- Topics: react, reactjs, webpack
- Language: JavaScript
- Homepage:
- Size: 280 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React webpack
## webpack configuration template project
- Clone Repository
- Run command "npm install"
- Serve Project with webpack development server using command "npm run dev"
- Build Project for production use "npm run build"
### Thanks for using this template.