https://github.com/negi524/diary_demo_app
日記のデモアプリ
https://github.com/negi524/diary_demo_app
Last synced: 3 months ago
JSON representation
日記のデモアプリ
- Host: GitHub
- URL: https://github.com/negi524/diary_demo_app
- Owner: negi524
- Created: 2024-06-30T05:11:09.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-07-28T13:10:19.000Z (11 months ago)
- Last Synced: 2024-07-29T00:42:05.782Z (11 months ago)
- Language: Dart
- Homepage: https://negi524.github.io/diary_demo_app/
- Size: 7.52 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# diary_demo_app
A new Flutter project.
## Getting Started
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook)For help getting started with Flutter development, view the
[online documentation](https://docs.flutter.dev/), which offers tutorials,
samples, guidance on mobile development, and a full API reference.## アプリケーション実行
```bash
flutter run
```## GitHub Pages公開
### 1. ビルド
```bash
flutter build web --base-href "/diary_demo_app/"
```### 2. 公開用ディレクトリに配置
```bash
rm -rf docs && mv build/web/ docs
```