-
Notifications
You must be signed in to change notification settings - Fork 1
feat: Initial app setup and folder structure #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Initial app setup and folder structure #2
Conversation
ashutosh-bisoyi
commented
Aug 29, 2023
- Base angular app with linting setup
- Initial folder structure idea
- Added folder structure info in md doc
@ashutosh-bisoyi Once refer to this to see if you are missing something. Have added comments too.
|
@xixas Here's my take on the comment added
other than this
all of the mentioned are mostly suggestions and not conclusion. We can discuss on them as needed |
@ashutosh-bisoyi
|
Alright @xixas thanks for the suggestions. So this is what we can do
Put your comments on this as you think will be the right choice for us to go ahead. |
@ashutosh-bisoyi |
Alright @xixas. Yeah angular does not auto-generate these testing configs by default. If we need customisations we can ask angular to generate that. ex: I generated karma config. If I don't angular handles it in the back. For e2e too it does not generate the configs. Skipping that for now, we can add them when we are ready for it. Agree on the 2nd point |