Skip to content

narumincho/definy

Repository files navigation

definy

いろいろ整理中なため ファイル数が極端に少ないです... いろいろ調整する前 https://github.com/narumincho/definy/tree/prev2023

definyのスクリーンショット

フォルダとファイルの説明

  • .github/workflows/pull_request.yml: Pull Request したときに実行されるテストの処理が書かれている

  • .vscode: VSCode 向けの設定

  • assets: スタティックなファイルが置かれている

  • definy-build: ビルドスクリプト

  • definy-client: ブラウザで動かすコード

  • definy-server: サーバーで動かすコード

  • definy-ui: ブラウザとサーバーでレンダリングする共通のUIコンポーネント

  • docs: ドキュメントが置かれている

  • narumincho-vdom: 仮想DOMのライブラリ

  • narumincho-vdom-client: ブラウザで動かす仮想DOMのライブラリ

  • web-distribution: definy-build で生成したファイル (gitignore している)

事前にインストールが必要

cargo install wasm-bindgen-cli

psql にパスが通るように

cargo run -p definy-build
DATABASE_URL=postgres://postgres:password@localhost:5432/postgres cargo run -p definy-server

About

deiny is web app for web app. under development

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •