File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -8,10 +8,11 @@ This project is a Angular (With SSR) + Nestjs monorepo using Nx. It is a full-st
88Feel free to contribute to this project by creating a pull request.
99
1010- [ ] Check on how to build for bun runtime
11- - [x] Pre rendering routes doesn't spin up the server, so the HTTP calls are not working.
12- - Wouraround: Use full api url's (http://localhost:4200/api ) instead of relative url's (/api)
13- - And spin up the api before building
14- - [ ] Create a material included starter
11+ - [x] Pre rendering routes doesn't spin up the server, so the HTTP calls are not working (Made a build workaround npm script)
12+
13+ ## Other variants of this project
14+ - With Angular Material: https://github.com/cskiwi/angular-nestjs-material-starter
15+ - With TypeORM and Postgres: TODO
1516
1617## Directory Structure
1718
You can’t perform that action at this time.
0 commit comments