Skip to content

Commit f089f5c

Browse files
committed
updated readme:
1 parent fd46dda commit f089f5c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@ This project is a Angular (With SSR) + Nestjs monorepo using Nx. It is a full-st
88
Feel 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

0 commit comments

Comments
 (0)