quick start example is something wrong
See original GitHub issueI just executed the command as yo office
. and I choose the options as ms-office, react, and javascript. And I think my result screen is something wrong.
I captured the my https://localhost:3000
.
What I have to do next?
node: v12.16.1
npm: 6.13.4
- yo@3.1.1
- generator-office@1.6.1

Issue Analytics
- State:
- Created 4 years ago
- Comments:5
Top Results From Across the Web
Examples quick start guides - Manualise
Searching for Examples of Quick Start Guides? View our Information Page & Read about Quick Start Guides, Manuals, Technical Writers & More!
Read more >Quick start guide — Hypothesis 6.61.0 documentation
Quick start guide¶. This document should talk you through everything you need to get started with Hypothesis. An example¶. Suppose we've written a...
Read more >Quickstart - GitHub Docs
Quickstart. Get started using GitHub to manage Git repositories and collaborate with others. Hello World · Set up Git · Create a repo....
Read more >Microsoft 365 Quick Starts
Training: Get started quickly on all of your favorite Microsoft 365 apps with our popular Quick Start guides.
Read more >Quickstart — Flask Documentation (2.2.x)
A minimal Flask application looks something like this: ... It is omitted in most examples for brevity, but you should always be aware...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@zironycho You can test the addin in Office Online by opening a PowerPoint presentation in OneDrive, selecting Insert --> Add-ins --> Manage My Add-ins --> Upload My Add-in and then uploading the manifest.xml in your project. Please note, you will need to run “npm start” in your project so that the dev-server is running (it appears you are already doing this).
-Courtney
Great glad to hear it!