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