Skip to content

murshidazher/webpack-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webpack Barebone Starter

A basic starter template for vanilla javascript using webpack bundler.

Technology Stack

  • 📦 Webpack - 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

📂 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

Releases

No releases published

Packages

No packages published