다음처럼 보이나요?
실행 확인
> svelte-app@1.0.0 dev
> rollup -c -w
rollup v2.56.3
bundles src/main.js → public/build/bundle.js...
LiveReload enabled
created public/build/bundle.js in 218ms
[2021-08-24 10:08:37] waiting for changes...
> svelte-app@1.0.0 start
> sirv public --no-clear "--dev"
Your application is ready~! 🚀
- Local: http://localhost:5000
- Network: Add `--host` to expose
────────────────── LOGS ──────────────────
성공적으로 스벨트 개발 서버가 실행되었습니다.
브라우저 http://localhost:5000으로 접속하면 다음과 같이 “HELLO WORLD!”가 보입니다.
▲ 그림 2-10 HELLO WORLD