How to setup ionic 1 project app

Beginning a new project with Ionic 1. What are the appropriate CLI commands to setup the project ONLY for Ionic 1?

npm -g install cordova
npm -g install ionic

ionic start Projectname blank