live
Live views and components for golang
파일 탐색기
최종 버전 다운로드 (.zip)- release.yaml
- test.yaml
- dependabot.yml
- architecture.md
- conventions.md
- dependencies.md
- guidelines.md
- project.md
- tech-stack.md
- workflow.md
- 113-fix-examples.md
- 2026-02-22-113-examples-broken-chat-sync.md
- .gitignore
- index.js
- main.go
- package.json
- README.md
- root.html
- view.html
- main.go
- view.html
- chart.go
- view.html
- main.go
- chat.go
- layout.html
- view.html
- main.go
- view.html
- main.go
- main.go
- clock.go
- page.go
- main.go
- view.html
- main.go
- view.html
- main.go
- view.html
- main.go
- view.html
- main.go
- view.html
- .gitignore
- go.mod
- go.sum
- root.html
- component.go
- configuration.go
- example_test.go
- render.go
- auto.js
- auto.js.map
- auto.ts
- element.ts
- event.ts
- events.ts
- forms.ts
- index.ts
- interop.ts
- live.ts
- params.ts
- patch.spec.ts
- patch.ts
- socket.ts
- .gitignore
- .npmignore
- build.go
- jest.config.json
- package-lock.json
- package.json
- README.md
- tsconfig.json
- .gitignore
- context.go
- CONTRIBUTING.md
- diff.go
- diff_test.go
- engine.go
- errors.go
- event.go
- event_test.go
- example_test.go
- go.mod
- go.sum
- handler.go
- handler_test.go
- http.go
- javascript.go
- justfile
- LICENSE.md
- params.go
- params_test.go
- pubsub.go
- README.md
- render.go
- socket.go
- socket_race_test.go
- socketstate.go
- socketstate_test.go
- upload.go
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/jfyne/live
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd live
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Node.js
쉬움 추천사전 준비물
> npm i @jfyne/live
이 명령어를 터미널에 그대로 입력해 실행하세요.
명령어 실행 후 터미널에 나타나는 주소(보통 http://localhost:3000 형태)를 브라우저에서 열어보세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
