Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 682 Bytes

README.md

File metadata and controls

33 lines (27 loc) · 682 Bytes

This project was bootstrapped with Create React App.

This react app will read/write from a 3rd party API server.

Folder structure suits for projects which don't use redux.

src
├── api
    ├── posts.js
├── components
    ├── posts
        ├── add_post.js
        ├── post.js
        ├── posts.js
|   └── header.js
    └── home.js

├── constants
    ├── action-types.js
├── routers
|   ├── nav.js
|   └── route.js

|   sass
    ├── basic.scss
    ├── post.scss
    ├── style.scss
App.js
index.js
index.scss