how to add sidebar for frontend and backend for all pages in Magento 2? I can use luma or blank theme. Example sidebar
For the frontend you can create a new page_layout in
app/design/frontend/Package_name/Theme_name/Magento_Theme/page_layout/
After that you can use that layout in your
app/design/frontend/Package_name/Theme_name/Magento_Theme/layout/default.xml
No idea about back-end.
Look here for more info: http://devdocs.magento.com/guides/v2.1/frontend-dev-guide/layouts/layout-types.html#layout-types-page