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.
If you want to use typescript version, you have to install typescript globally.
- Structure of directories
- Adds or removes node modules
- Is prettier needed to format?
- Is reduxjs/toolkit needed?
- Do we need to use cucumber for test?
- 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 issues and let's talk.
You need to install eslint globally. Please refer this page.