Enact Template
Enact system application template for new developers
How to use
- 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.
How to update
What can we discuss?
- 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
How do we discuss?
Please make an issue and let's talk.