Skip to content

b7026/menstagram-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

menstagram-web

🍜 SUSURU FOREVER, SUSURU ANYWHERE 🍜

menstagram-webはMenstagramのフロントエンド開発のためのリポジトリです。

環境構築

$ git clone https://github.com/uyupun/menstagram-web.git
$ cd menstagram-web
$ yarn install
$ yarn start

コマンド一覧

$ yarn start       // 起動
$ yarn build       // ビルド
$ yarn test        // テスト
$ yarn lint        // コード修正

ディレクトリ構造

src
├ actions       // アクション
├ assets
│ ├ images      // 画像
│ └ scss        // scssファイル
├ components    // コンポーネント
├ containers    // stateを受け取る層
├ middleware    // ミドルウェア
├ reducers      // リデューサー
├ sagas         // 非同期処理
├ store         // storeの生成
├ tests         // テスト
├ routes.js     // ルーティング
├ history.js    // history
└ index.js      // アプリの起点

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published