Skip to content

amiru11/react-fc-mobx-ts-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React-MobX-TypeScript

This project was bootstrapped with Create React App v3.3.X. React ver.16.12.0

Build & Development


  • npm install install dependencies
  • npm start run develop
  • npm run build run build project

Features

Project Structure


react-mobx-ts
├── README.md
├── package.json
├── .gitignore
├── .prettierrc
├── node_modules
├── public
│   ├── favicon.ico
│   ├── index.html
│   ├── manifest.json
│   └── robots.txt
└── src
    └── api
        └── posts.ts
    └── client
        └── Root.tsx
    └── components
        └── common
            ├── Input.tsx
            └── TextArea.tsx
        └── posts
            ├── PostItem.tsx
            └── PostItem.scss
    └── hooks
        ├── usePromise.ts
        └── useStore.ts
    └── lib
        ├── request.ts
        └── utils.ts
    └── pages
        ├── counter
            ├── Counter.tsx
            └── Counter.scss
        ├── home
            ├── Home.tsx
            └── Home.scss
        └── posts
            ├── Posts.tsx
            ├── PostsCreate.tsx
            ├── PostsDetail.tsx
            ├── Posts.scss
            └── PostsDetail.scss
    └── shared
        ├── App.tsx
        └── App.scss
    └── stores
        └── interfaces
            ├── posts.ts
            └── store.ts
        ├── Counter.ts
        ├── Posts.ts
        └── index.ts
    ├── index.scss
    ├── index.tsx
    └── serviceWorker.js

Plugins

외부 플러그인

About

React + MobX + TypeScript with Functional Component

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published