Skip to content

[Question] Starting app #21

Answered by AlbericoD
n-ext asked this question in Q&A
Discussion options

You must be logged in to vote

Sure

1° Run

$ npx create-react-app my-awesome-overlay-app --template overwolf-typescript-redux

2° Compile

$ npm run build
# or
$ yarn run build

3° Organize Folder

$ npm run pack-overwolf
# or
$ yarn run pack-overwolf

4° Load 'upacked' app

  • Open Overwolf App Store, then Click on Development options

  • Click on Load upacked extension... button.

  • Select the build folder, then click in 'app' folder

  • You can see your app installed

I hope this helps you understand, this process is also available in the overwolf documentation in Install the app as "unpacked extension"

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by n-ext
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #20 on October 16, 2021 15:31.