Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shahsuvarli/webpack-app
This repository contains my webpack configuration setup for JavaScript projects.
https://github.com/shahsuvarli/webpack-app
configuration javascript webpack
Last synced: 13 days ago
JSON representation
This repository contains my webpack configuration setup for JavaScript projects.
- Host: GitHub
- URL: https://github.com/shahsuvarli/webpack-app
- Owner: shahsuvarli
- Created: 2022-06-19T11:28:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-07T17:20:58.000Z (almost 2 years ago)
- Last Synced: 2024-12-14T13:45:59.343Z (2 months ago)
- Topics: configuration, javascript, webpack
- Language: JavaScript
- Homepage:
- Size: 8.97 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Webpack Configuration
=====================This is a repository for my customized webpack configuration for web development.
Features
--------- Bundles and optimizes JavaScript, CSS, and other assets for web deployment
- Supports ES6+ JavaScript syntax and JSX syntax for React development
- Includes development and production configurations for optimizing build output
- Provides hot module replacement for faster development iterationsUsage
-----1. Clone the repository or download the ZIP file.
2. Run `npm install` to install dependencies.
3. Run `npm start` to start the development server.
4. Open `http://localhost:8080` in your browser to view the application.Customization
-------------You can customize the configuration by modifying the files in the `config` folder.
Contributing
------------Contributions are welcome! If you find a bug or want to suggest a feature, please open an issue.
License
-------This project is licensed under the MIT License - see the [LICENSE](https://opensource.org/license/mit/) file for details.