Yeoman generator for projects using Materialize and Webpack
npm install -g yo # Install Yeoman if you haven't already
npm install -g generator-materialize-webpack # Install this package
Finally, initiate the generator:
mkdir my-project # Make a shiny new directory for your project
cd my-project
yo materialize-webpack
Yeoman has a heart of gold. He's a person with feelings and opinions, but he's very easy to work with. If you think he's too opinionated, he can be easily convinced.
If you'd like to get to know Yeoman better and meet some of his friends, Grunt and Bower, check out the complete Getting Started Guide.
MIT