An open API service indexing awesome lists of open source software.

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.

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)