Build commands
The build process
βββ build
β βββ analyze
β β βββ module-development.html
β β βββ server-development.html
β βββ bundling
β β βββ chunks.module.json
β β βββ entry-points
β β βββ server.ts
β β βββ my-frontity-project
β β βββ client.ts
β βββ server.js
β βββ static
...
β βββ xxxxx1.module.js
β βββ xxxxx2.module.jsHow to execute a Frontity project in production after the build
npx frontity serve
npx frontity serveUsing server.js as a middleware
server.js as a middlewareThe bundle analyzer

Last updated