Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Microsoft 365 and SharePoint Online Cookbook - Second Edition

You're reading from  Microsoft 365 and SharePoint Online Cookbook - Second Edition

Product type Book
Published in Feb 2024
Publisher Packt
ISBN-13 9781803243177
Pages 640 pages
Edition 2nd Edition
Languages
Authors (4):
Gaurav Mahajan Gaurav Mahajan
Profile icon Gaurav Mahajan
Sudeep Ghatak Sudeep Ghatak
Profile icon Sudeep Ghatak
Nate Chamberlain Nate Chamberlain
Profile icon Nate Chamberlain
Scott Brewster Scott Brewster
Profile icon Scott Brewster
View More author details

Table of Contents (15) Chapters

Preface 1. Overview of Microsoft 365 2. Introduction to SharePoint Online 3. Modern Sites in SharePoint Online 4. Lists and Libraries in SharePoint Online 5. Document Management in SharePoint Online 6. OneDrive 7. Microsoft Teams 8. Power Automate (Microsoft Flow) 9. Creating Power Apps 10. Applying Power Apps 11. Power BI 12. Overview of Copilot in Microsoft 365 and Power Platform 13. Other Books You May Enjoy
14. Index

Setting up the development environment

If you don't have enough development experience, you could find the SPFx development process a bit overwhelming. I will recommend that you get some development experience with the JavaScript framework before jumping into SPFx development directly. There are several training courses available on Node.js and its ecosystem. If you are familiar with the basics of Node.js, then let's begin.

Getting ready

You need a source code editor, such as VS Code, Atom, or Eclipse, to edit the source code. You also need Node.js installed on your device, which you can do by downloading the installer from the link in the previous section. If you already have Node.js installed, then check the version to see whether it is compatible with your SPFx version by running the following command on PowerShell:

node -v

The following output is shown after running the node -v command:

Figure 2:PowerShell console

Before starting the next section, I will assume that...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at €14.99/month. Cancel anytime}