OriAmir / React-Responsive-Gallery

Simple and responsive gallery for react
45 stars 5 forks source link

Two newbie usage issues #47

Closed suntong closed 7 months ago

suntong commented 7 months ago

First of all, I've exhausted all possible (react based) image galleries, and this is by far the most simplest to use. Even for people without any node/react/js background can use it. Thanks a lot for providing such out-of-box support!

Now, here are two newbie usage issues I encountered.

OriAmir commented 7 months ago

Hello @suntong , thanks for the words, really appreciate it.

Looks like your 2 questions are more general questions and not specific to the library

  1. first you need to understand what is npx- NPX stands for Node Package eXecute. It is simply an NPM package runner. It allows developers to execute any Javascript Package available on the NPM registry without even installing it. so acstully you can just go into the folder where your project is and then run a script from the package.json such npm run dev.
  2. not sure about that since I never try viteJs in remote server but probably better to see if there is anything in their docs - https://vitejs.dev/guide/
suntong commented 7 months ago

Yes, indeed, they're newbie questions, thanks a lot for answering them.

OriAmir commented 7 months ago

sure. @suntong if you like the library pls STAR it, it's will help, thanks.

suntong commented 7 months ago

Already STARed it. Well deserved! Thanks!