We're good to go so, we run, again from console:
mkdir our_project
cd our_project
Now we're in the place where our code will live. To create the main archive of our project you can run
Ok, but how we create the express skeleton project?
It's simple:
npm install -g express express-generator
...