how to run the flint-ui project locally? I did all...
# 09-user-interface
h
how to run the flint-ui project locally? I did all the mentioned steps in the readme but the changes I'm making in the code don't seem to be reflecting at 127.0.0.1:8000
b
Can you please note the following: • Are you using a Docker-Compose based setup or just running the VueJS app on dev mode? • What operating system are you using? • What does
localhost:8000
reflect if not the app?
šŸ™Œ 2
h
i'm using the docker-compose based setup on Ubuntu 22.04. localhost:8000 reflects the app but i'm unable to see the changes i've made there
should I just run the vuejs app on dev mode instead? how to do that?
b
@handsome-refrigerator-53363 Its because the Docker-Compose setup hasn't got the hot-reload mode enabled šŸ™‚ You should try running the VueJS app on Dev mode instead. Just
cd
inside the
flint.ui
directory and do
yarn
and
yarn dev
yarn run dev
. You won't have access to backend APIs in this case, but you can do a
yarn publish
and
yarn serve
to verify your changes (which uses APIs deployed on Azure)
Please do
yarn start
?
h
same result, start not found.
b
Can you please note which Node and NPM version are you using?
h
16.16.0
npm - 8.11.0
b
Cool, debugging now
I am using NodeJS —
16.0.0
and NPM —
7.10.0
.
yarn run dev
works successfully for me
h
alright let me degrade mine and try
downgrade*
b
Its because you are on the root directory and not inside
flint.ui
šŸ™‚
Please
cd
inside the directory, run
yarn
and then
yarn run dev
h
uhh, i was inside the directory šŸ˜…
b
Would you like to jump on a call?
h
oh! i got ittt
i was inside flint-ui and not flint.ui
b
šŸ™‚
h
my badšŸ˜‚
thanks for the help @bumpy-plastic-43748 šŸ™Œ
āœ… 1