Giter Club home page Giter Club logo

lakers-frontend's Introduction

lakers-frontend

操作マニュアル

こちらを参照

環境構築

git config --local core.hooksPath .githooks
chmod +x .githooks/pre-commit
npm install

スクリプト

必要なライブラリのインストール

npm install

サーバー起動

npm start

テストの実行

npm run test

ビルドの実行

npm run bulid

ディレクトリ構造

  • bulletproof-reactをベースに作成しているので、細かな方針で迷った際はそちらを参照すること
src
|
+-- components        # アプリケーション共通で使用するComponent
|
+-- configs           # グローバル設定
|
+-- features          # 機能ベースのモジュール
|
+-- hooks             # アプリケーション共通で使用するHooks
|
+-- routes            # ルーティング
|
+-- stores            # ストア
|
+-- test              # テスト・モックサーバー設定
|
+-- types             # アプリケーション共通で使用する型
|
+-- utils             # アプリケーション共通で使用する汎用関数

features フォルダの構造:

src/features/awesome-feature
|
+-- api             # 機能に対するAPI
|
+-- assets          # 機能に対するイメージファイル等
|
+-- components      # 機能に対するComponent
|
+-- hooks           # 機能に対するHooks
|
+-- routes          # 機能に対するルーティング
|
+-- stores          # 機能に対するストア
|
+-- types           # 機能に対する型
|
+-- utils           # 機能に対する汎用関数
|
+-- index.ts        # containerをexportする
|
+-- container.ts    # 機能のロジックに関心を持つ
|
+-- presenterr.ts    # 機能のUIに関心を持つ

lakers-frontend's People

Contributors

flex-lgtm avatar

Watchers

 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.