The current makefile contains a tailwind and a server target to make the dev client, this is impractical. A make client command should launch those two target in order to reduce development overhead and confusion.
The current makefile contains a tailwind and a server target to make the dev client, this is impractical. A ```make client``` command should launch those two target in order to reduce development overhead and confusion.
alban
changed title from Combine the tailwind and perseus serve command into one makefile target for the client to feat/Combine the tailwind and perseus serve command into one makefile target for the client3 years ago
The current makefile contains a tailwind and a server target to make the dev client, this is impractical. A
make clientcommand should launch those two target in order to reduce development overhead and confusion.Combine the tailwind and perseus serve command into one makefile target for the clientto feat/Combine the tailwind and perseus serve command into one makefile target for the client 3 years agoThis issue solution can be combined with figuring out how to run the client e2e tests.
Bonnie, written by artic-hen (author of perseus) is a possibility. It sounds a bit bloat though.