This is a webpack-based empty project with a configuration that suits my common needs for simple web project or experiments.
More information and code snippets here.
npm install
npm start
npm build
You can clone this repo, work on it, create a new Github repository and change the remote URL to push on the new one, such as:
git clone --depth=1 git@github.com:fabiofranchino/webpack-starterapp.git
git remote set-url origin git@github.com:yourusername/your-new-repository.git