Enact system application template for new developers
- Clone this repository to your local.
- Remove
.git
from root directory. - Initialize git with
git init
. - Add origin to your remote
git remote add origin ${YOUR_APP_REPOSITORY}
. - Modify codes.
- Structure of directories
- What is the best practice of using redux, hooks or states?
- Good codes to be added
- Bad codes to be removed
- And so on
Please make an issue and let's talk.