choojs / choojs/create-choo-app

favicon

Open
#17 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
180
Forks
30
PR merge metrics
No merged PRs in 30d

Description

I noticed an error about `localhost:8080/favicon.ico` not being found after an initial create-choo-app, which I found odd because `create-choo-app` creates an `assets/icon.png` file. I was able to get it working with:

```bash
npm start -- --html [ --favicon assets/icon.png ]
```
Though I imagine adding that arg to the `start` script is less than ideal. Is there another way this is supposed to work?

This is obviously low priority, just wanted to list it.

Contributor guide

No contributing guide indexed for this repository

Research direction

Reproduce the missing localhost:8080/favicon.ico after an initial create-choo-app, then inspect the generated start script and the assets/icon.png file. Compare the default npm start behavior with the reported --favicon argument; done means a newly created app serves its favicon without requiring that manual option.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
frontend
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.