guocaoyi / create-chrome-ext

🍺 Scaffolding your Chrome extension! Boilerplates: react \ vue \ svelte \ solid \ preact \ alpine \ lit \ stencil \ inferno \ vanilla
MIT License
1.42k stars 106 forks source link

Getting started fails #40

Closed dhaselden closed 9 months ago

dhaselden commented 1 year ago

I ran "npm create chrome-ext@latest my-crx-app -- --template react-ts" successfully

Then ran the next 3 steps without error:

cd my-crx-app npm install npm run dev

Vite started and when I go to "http://localhost:3000/" it 404's

I expected "Popup Page" to show

dhaselden commented 1 year ago

Figure it out, need to go to "http://localhost:3000/popup.html"