File tree 1 file changed +5
-4
lines changed
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
8
8
Feel free to contribute to this project by creating a pull request.
9
9
10
10
- [ ] 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
15
16
16
17
## Directory Structure
17
18
You can’t perform that action at this time.
0 commit comments