Field | Version |
---|---|
nodejs version | v18.20.3 |
yarn version | v1.22.19 |
Command Type | Command |
---|---|
install | yarn install |
Build | yarn compile |
Package | yarn build |
Run Command | yarn start |
Test Command | yarn test [case path:./src] |
- Default http://localhost:3000
Here is the English translation:
- Write test cases for each page operation button.
- Write test cases for each API to provide code coverage.
- The project needs to integrate with ESLint to improve code robustness and provide coverage.
- Frontend code should be packaged into the Java Spring project. Due to time constraints, I didn't do this.
- Set up an automated pipeline, including compilation, packaging, creating Docker images, running test cases, etc.
- Containerizing both frontend and backend in the same environment makes it easier to debug code.