Closed
Description
Since code in client/
will be used for server side rendering, as well as client side rendering. Now that we're getting rid of the shared/
dir — the name of the client/
directory is misleading. We should rename it to app
.
I think we'll need to:
- Rename
client
->app
- Find and replace
client
references withapp
- Update external repos that depend on the client dir, for example
wp-desktop
- Update any external docs
- Check the semantics of the top-level directory structure. Does
server
make sense? How do we defineapp/
?
@mtias have I missed anything?