If there is no need for frontend in your next project, you can run sails new with additional flag --no-frontend.
sails new NameOfProject --no-frontend
This will generate everything needed for backend and will omit view, assets and grunt files.
More about command line and sails-new: http://sailsjs.org/documentation/reference/command-line-interface/sails-new