Open jb-dev1 opened 1 week ago
@jb-dev1 I've raised a PR to update the README to solve this issue. Please check the updated part below and run again
client-react/
.npm install
. Wait for the installation to complete.Run the application with the following command:
npm run start
The client will start on localhost:3000
.
Description of the bug:
The instructions seem out of order and are missing some dependencies. It first tells you to run the client before setting up and running the server. That's confusing.
Regardless, I attempted to install and run the js version. I ran
npm install
which was successful. Then, I rannode --env-file=.env app.js
and successfully started the server. However, when I go to run the client withnpm run start
I get:Actual vs expected behavior:
No response
Any other information you'd like to share?
This is on a Macbook Air M3 Sequoia 15.0.1 running VSCode with Node installed via brew and everything up to date.