Replies: 1 comment
-
Congratulations🎉 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Thanks @KanadeSiina for joining in the great work!
Briefly, we will copy the things in oj-lab-example-front, but in Typescript (instead of Javascript).
I have prepared some of the basic folder for this repository, so let's talk about the folders first.
src/components
,src/pages
,src/routes
are folders we should touch first, they are very basic in usage.Then we can move onto
src/themes
,src/i18n
for future frontend customization.Meanwhile
src/service
can also be done, but it is more complex, so we can push slower.I will give some info for the dependencies we decide to use.
Finally I suggest other thing if not listed should first follow the instruction provided by Create React App.
For each step of the related work, we should first raise an issue for it and trace it by milestone Basic framework completion.
Beta Was this translation helpful? Give feedback.
All reactions