https://github.com/murshidazher/webpack-starter
A basic starter template for webpack.
https://github.com/murshidazher/webpack-starter
barebone starter-template vanilla-js webpack
Last synced: 2 months ago
JSON representation
A basic starter template for webpack.
- Host: GitHub
- URL: https://github.com/murshidazher/webpack-starter
- Owner: murshidazher
- License: mit
- Created: 2020-06-08T07:12:04.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-28T11:41:14.000Z (almost 2 years ago)
- Last Synced: 2025-05-25T00:34:28.208Z (about 1 year ago)
- Topics: barebone, starter-template, vanilla-js, webpack
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Webpack Barebone Starter
A basic starter template for vanilla javascript using webpack bundler.
## Technology Stack
- :package: [Webpack](https://webpack.js.org/) - for bundling the JS files.
### Instructions
Step by Step Instructions:
| Task | Description |
| ------------ | ------------------------------------------------------------------- |
| dependencies | Run `npm i` or `yarn install` to download the required node modules |
| start | Run `npm start` or `yarn start` to start react in dev mode |
### :open_file_folder: What's inside?
A quick look at the folder structure of this template.
.
└── dist
└───index.html
└─src
└───index.js
├───.gitignore
├───LICENSE
├───package.json
├───README.md
└───webpack.config.js
## Contributors
**Murshid Azher**
- Github: [@murshidazher](https://github.com/murshidazher)