Releases: yangyangxian/react-fullstack-starter
Releases · yangyangxian/react-fullstack-starter
v0.0.3
v0.0.2
Still keep minimal 3rd party library references. Compared to v0.0.1, the following features has been added:
- Client side routing using
React-route-dom - Directory based API endpoints on server
- Added a common project to hold all the share types between client and server. Especially, the DTO of client and server are using the same interface definition in this shared library.
- Add structured logging for server using
Winston. - Upgraded
Express.jsto v5.
v0.0.1
Only minimal frameworks are included in the scaffold.
Client: Vite+React;
Server: a node server with Express.js.
When deploying to production, the frontend pages will be host by the node server as static files.
When running for dev, the client will be running on its own development sever integrated with Vite.