mkdir <my-app>
cd <my-app>
npm init

This will run through some options. Once completed you will have a package.json file which describes your project/app.