This is an example of using Builder.io with Angular Universal for server side rendering. For an example with client side rendering using Angular see here
See the full Angular SDK source code and docs over here
Run npm run dev:ssr
to run the Angular Universal server locally. Navigate to http://localhost:4200/
.
Run npm run build:ssr
to build the project. The build artifacts will be stored in the dist/
directory.
Run npm run serve:ssr
to serve the built project. Navigate to http://localhost:4000/
to see the running project.
Questions, feedback? Let us know over in our forum!