Skip to content
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

Build SPA #179

Merged
merged 6 commits into from
Feb 27, 2024
Merged

Build SPA #179

merged 6 commits into from
Feb 27, 2024

Conversation

willybrauner
Copy link
Member

@willybrauner willybrauner commented Feb 26, 2024

  • re-manage all build type, include new spa/

dist/
  - spa/              ← single page application, where DNS is linked
  
  - ssr/
      - client/       ← SSR client code, where DNS is linked
      - scripts/      ← contains the server.prod.js for stating the SSR app with "npm run start"
      - server/       ← contains the server code used by server.prod.js
     
  - static/
      - client/       ← static page generated client code, where DNS is linked
      - scripts/      ← contains prerender.js and exe-server-prerender.js used to execute generate task

  • PRERENDER_SERVER_NODE_PORT is now set from .env
  • add favicon to avoid network error

@willybrauner willybrauner changed the base branch from main to v4 February 26, 2024 16:54
@willybrauner willybrauner merged commit 18df68a into v4 Feb 27, 2024
1 check passed
@willybrauner willybrauner deleted the build-spa branch February 27, 2024 11:00
@willybrauner willybrauner mentioned this pull request Feb 27, 2024
Merged
9 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant