Skip to content

Releases: yangyangxian/react-fullstack-starter

v0.0.3

20 Jun 17:18

Choose a tag to compare

  • Added nested dynamic routing support
  • Added using tailwindcss for page styles
  • Using Postgres for database access
  • Added error handling middleware to handle the error in server
  • Added CORS configuration middleware
  • Bug fixes

v0.0.2

11 Jun 06:51

Choose a tag to compare

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.js to v5.

v0.0.1

21 May 03:22

Choose a tag to compare

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.