How do I create a directory structure?

Solution 1:

The instructions use the same formatting for commands you need to enter and for output, which is confusing. Just use mkdir to create any missing directories.

PS: It seems as if the directory structure within webpack-demo is created automatically by the various commands you run (or are supposed to run), so you may not even need to create additional directories yourself.