https://github.com/andrewrgarcia/webpack-demo
webpack generated from completed Getting Started webpack tutorial (https://webpack.js.org/guides/getting-started/). May use as a webpack template.
https://github.com/andrewrgarcia/webpack-demo
javascript nodejs npm tutorial webpack
Last synced: about 1 month ago
JSON representation
webpack generated from completed Getting Started webpack tutorial (https://webpack.js.org/guides/getting-started/). May use as a webpack template.
- Host: GitHub
- URL: https://github.com/andrewrgarcia/webpack-demo
- Owner: andrewrgarcia
- Created: 2022-06-25T23:47:25.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-10T17:52:44.000Z (almost 4 years ago)
- Last Synced: 2025-07-11T07:36:30.147Z (11 months ago)
- Topics: javascript, nodejs, npm, tutorial, webpack
- Language: JavaScript
- Homepage:
- Size: 5.33 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# webpack-demo
webpack generated from completed [Getting Started webpack tutorial ](https://webpack.js.org/guides/getting-started/). May use as a webpack template.
## Usage
```ruby
git clone [pasted HTTPS or SSH address from "Clone" button in this rep]
cd webpack-demo
npm install
```