A basic boilerplate for pure javascript project compiled with Webpack.
# 1. Clone the repository.
git clone git@github.com:OlegKrasnov/javascript-webpack-project-boilerplate.git your-project
# 2. Enter your newly-cloned folder.
cd your-project
# 3. Install dependencies.
npm install
# 4. Run project.
npm run start
# 5. Build project.
npm run build
Or click on Download ZIP.
Extract the zip anywhere you would like it.