https://github.com/aman3096/webpack-project
webpack project bundler setup in css, source-maps, React-jSX syntax, HTML, javascript.
https://github.com/aman3096/webpack-project
html-css-javascript html5 jsx react reactjs source-maps webpack webpack5
Last synced: 7 months ago
JSON representation
webpack project bundler setup in css, source-maps, React-jSX syntax, HTML, javascript.
- Host: GitHub
- URL: https://github.com/aman3096/webpack-project
- Owner: aman3096
- Created: 2021-02-17T10:18:07.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-23T13:22:32.000Z (almost 5 years ago)
- Last Synced: 2025-05-19T23:11:35.579Z (9 months ago)
- Topics: html-css-javascript, html5, jsx, react, reactjs, source-maps, webpack, webpack5
- Language: JavaScript
- Homepage:
- Size: 63.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# webpack-project
webpack project bundler configuration to bundle all css, source-maps, React-jSX syntax, HTML, javascript files in one bundle.
A basic webpack project setup that gives the information about the setting up bundlers, css files ,source maps, react JSX syntax html and js in one bundle
## Installation
Run this command for installing all the dependencies if you are using npm then run
npm install
Or if you are using yarn then
yarn add
This will add all the dependencies and required files for the project.
## Aim
Aimed at the audiences who want to work up with webpack and get started with it. It has full project setup files in webpack.config.js, package.json and babel.config.js
## Documentation
For detailed info, you can refer these websites
webpack documentation
https://webpack.js.org/