This is server-side rendering example built with Fastify routing and Vue.
- Node.js
Install dependencies
npm ciBuild bundles
npm run buildRun application server
node ./server/app-server.jsRun static server (in new terminal tab)
node ./server/static-server.jsOpen in a browser
http://localhost:3000Run application server
node ./server/app-server.jsRun development server (in new terminal tab)
npm run dev