Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues with installation #21

Open
jb-dev1 opened this issue Nov 12, 2024 · 1 comment
Open

Issues with installation #21

jb-dev1 opened this issue Nov 12, 2024 · 1 comment

Comments

@jb-dev1
Copy link

jb-dev1 commented Nov 12, 2024

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 ran node --env-file=.env app.js and successfully started the server. However, when I go to run the client with npm run start I get:

% npm run start

> [email protected] start
> vite --port 3000

sh: vite: command not found

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.

@nidhinpd-YML
Copy link
Contributor

@jb-dev1 I've raised a PR to update the README to solve this issue. Please check the updated part below and run again

Run the React client

  1. Navigate to the app directory, client-react/.

  2. Run npm install. Wait for the installation to complete.

  3. Run the application with the following command:

    npm run start
    

The client will start on localhost:3000.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants