Forum Discussion
Amr Hamam
Jul 31, 2017Copper Contributor
How do you Build a Modern Portal with Office 365؟
After Watching this video ; https://channel9.msdn.com/events/Ignite/Australia-2017/CLD322a?term=sharepoint I was wondering if there is any complete tutorials to reach same design and functionality li...
Jul 31, 2017
First step (after getting familiar with all the out of the box stuff of course) is to get familiar with all the SPFx stuff.
Just to get you started have a look through these sites in Github.
https://github.com/SharePoint/sp-dev-docs
https://github.com/SharePoint/sp-dev-fx-webparts (don't forget the samples)
https://github.com/SharePoint/sp-dev-fx-extensions
- Amr HamamAug 01, 2017Copper Contributor
Hi Pieter, i'm following your steps and I think it is related to developing add-ins.
But what if I want to start with the design, the look and feel, like is it better in SharePoint online to custom the Master Page? or how to reach the fully responsive Multilangual Portal?
- Aug 01, 2017Master pages isn't the answer anymore. All branding should be done through the spfx extensions.