#Maintaining front and back end

6 messages · Page 1 of 1 (latest)

gaunt cloud
#

Hi I am making a chat app with rocket and I wanted to try yew as frontend but I am a bit confused on how I could keep the whole application (back/frontend) in 1 repo is there anyway to keep this in 1 repo and if possible in 1 main.rs/binary

pure pagoda
#

Normally you would have 2 folders with one holding the backend one holding the frontend

#

Inside the repository

gaunt cloud
#

okey but how does that work exactly would it look like like this because i am a bit lost with that

gaunt cloud