(punition): No more working on backend until Maieul says so :(
This commit is contained in:
parent
9734e2d865
commit
56ad511ceb
2 changed files with 30 additions and 18 deletions
|
|
@ -1,6 +1,18 @@
|
|||
# Directory layout
|
||||
```plaintext
|
||||
./src/tic-tac-toe
|
||||
├── entrypoint.sh
|
||||
├── package.json
|
||||
├── README.md
|
||||
├── src
|
||||
│ ├── app.ts # The microservice app file, where the major part of the backend code lives.
|
||||
│ └── run.ts # Equivalent of server.ts, it is the entrypoint for our service.
|
||||
├── tsconfig.json
|
||||
└── vite.config.js
|
||||
```
|
||||
|
||||
# Anatomy of a microservice
|
||||
|
||||
# Backend
|
||||
|
||||
# Frontend
|
||||
|
||||
# Frontend
|
||||
Loading…
Add table
Add a link
Reference in a new issue