AnthonyBronca / FireBnB

Clone of AirBnB using only TypeScript in a Full Stack Express/React App
1 stars 0 forks source link

Added scripts for lt start #262

Closed AnthonyBronca closed 9 months ago

AnthonyBronca commented 9 months ago

Added scripts using bash.

We can use localtunnel's "subdomain" attribute to default the URL to be "test.loca.." and that way we dont have to be changing the url each time when running our redux locally. We could further improve on this dev automation by using concurrently to run the expo server, backend server, and local tunnel server in one command but i think it is better to keep it separated for now.

Please keep this branch open after review, as I am still working on the functionality