Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/business-sixtick/git_learn

깃, 깃허브를 학습. 학습내용을 정리
https://github.com/business-sixtick/git_learn

Last synced: 21 days ago
JSON representation

깃, 깃허브를 학습. 학습내용을 정리

Awesome Lists containing this project

README

        

# git_learn
깃, 깃허브를 학습. 학습내용을 정리

- git clone [email protected]:business-sixtick/git_learn.git
- cd git_learn
- flutter create .
- flutter pub get
- flutter pub add flutter_riverpod
- flutter pub add window_size
- flutter pub add url_launcher

# 배포
- flutter doctor
- flutter build web
- 웹 테스트 flutter run -d chrome
- flutter build web --base-href="/git_learn/" -o docs // -o 옵션으로 아웃풋 위치를 지정함
- https://business-sixtick.github.io/git_learn/

# 라이센스 MIT
- 추가되는 라이브러리에 대한 라이센스 내용을 추가한다.
-