codepod-io / codepod

Codepod IDE: Scalable Interactive Coding
https://codepod.io
MIT License
69 stars 16 forks source link

refactor: rename app into apps/ui app/api folder #563

Closed lihebi closed 9 months ago

lihebi commented 9 months ago

Following up #560.

Now we have a very simple new development workflow without DB and docker:

Open two terminals. On one:

cd apps/api
pnpm dev

On the other:

cd apps/ui
pnpm dev

Now go to http://localhost:3000 to see the app.