Giter Club home page Giter Club logo

babel-v1's Introduction

プロジェクト バベル

注意 プロジェクト バベルは実験的なプロジェクトです。 フロントエンドモックのみでバックエンドは未完成のものも多くあります。

これらはブランチごとに管理する予定です。

フロントエンドの立ち上げ

フロントエンドは Next.js を使用しています。以下の手順で立ち上げることができます:

  1. プロジェクトのルートディレクトリに移動します。

  2. 必要な依存関係をインストールします:

npm install
  1. 開発サーバーを起動します:
npm run dev
  1. ブラウザで http://localhost:3000 を開いて、アプリケーションを確認します。

バックエンドの立ち上げ

バックエンドは FastAPI と webソケットを利用しています。

  1. backend ディレクトリに移動します:
cd backend
  1. バックエンドサーバーを起動します:
uvicorn app:app --reload
  1. webソケットを起動します:
python file_watcher.py
  1. バックエンドサーバーが http://localhost:8000 で起動します。

これらの手順を実行することで、フロントエンドとバックエンドの両方を立ち上げることができます。フロントエンドは3000番ポートで、バックエンドは8000番ポートで実行されます。

注意:実際の環境設定や依存関係は、プロジェクトの具体的な構成によって異なる場合があります。必要に応じて、プロジェクトのREADMEファイルや設定ファイルを確認してください。

babel-v1's People

Contributors

dai-motoki avatar sunwood-ai-labs avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.