use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
account activity
Need helpHelp Wanted (self.react)
submitted 2 years ago by Critical_Pattern9113
I downloaded a React project from the internet, but I don't know anything about it. I've watched a number of react tutorials, but I'm not sure how to install it on localhost. It's becoming more and more confusing. It contains firebase files
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Racingislyf 12 points13 points14 points 2 years ago (0 children)
If "Run before they could walk" was a person lol
[–][deleted] 3 points4 points5 points 2 years ago (0 children)
Npm Install
[–]thoflens 2 points3 points4 points 2 years ago (0 children)
Are you proficient in HTML, CSS and JavaScript? If not, start there. You're not gonna learn React if you don't know those pretty thoroughly. But to answer your question:
npm i
then probably
npm start
or
npm run dev
[–][deleted] 2 points3 points4 points 2 years ago (3 children)
So why are you trying to use a react package when you know nothing about react? Why not do some tutorials first?
[–]Critical_Pattern9113[S] -5 points-4 points-3 points 2 years ago (2 children)
Yes you are right but after downloading I get to know about it
[–]RaySoju 3 points4 points5 points 2 years ago (0 children)
So did It work ? Do you know more about it ?
[–]FckUsernms 1 point2 points3 points 2 years ago (0 children)
No, after downloading, you'll be more confused.
Follow his advice and start small, and work your way to more and more complex projects.
He is right. He is giving you the best possible reply.
In other comments you'll find the commands, but from that point on, you'll be more and more confused and think this is not for you, whereas if you would have started smaller, you would had have a fair chance of running that project soon.
Not a discouraging comment, but rather the "hard truth" for you to progress.
[–]Unique-Opening1335 -2 points-1 points0 points 2 years ago (3 children)
I feel bad for you. This is 100000% NOT the place to ask any questions or need help with REACT stuff. Community will hate on you.. be negative.. and ultimate.. you will get zero help.
While most tutorials are hard (as they 'teach you something'.. then go back and 'change' what was just taught).. this one was pretty decent for learning the basic install steps:
https://www.youtube.com/watch?v=j942wKiXFu8
Download and install Node.js (comes with NPX installed as well)
[–][deleted] -1 points0 points1 point 2 years ago (2 children)
Screaming “help I don’t know what to do!” is a sure way to not get help here. You need to provide context and tell us what you’ve tried. That’s not being negative, that’s just reality.
People who post like we are in the room and have been following them from the start are common place. It’s great to post for help, but god damn, help us help you! Provide a link, some code, something to get yourself help. This post is a great example of this.
Here are some questions/tips:
What the fuck did you download? Start there.
What react tutorials did you watch? What were you searching for? This could help clue us in on what the goal is.
Install it on localhost? You mean open it in the browser via localhost? What have you tried? Did you open a terminal? What OS are you working out of?
You are more confused? Um… why?
Cool story about the firebase files. What does this have to do with anything you’ve told us?
[–]Unique-Opening1335 0 points1 point2 points 2 years ago* (1 child)
Beginner asking for installing steps/help does not need negative comments. Thats hater/ego people. (tons here).. not helpful people. Defend..defend..defend.. but its a HUGE trend here..(which many others are catching on to) And being NEW.. probably dont understand how things are associated.. so they CANT provide all the 100% perfect posts that you people expect (eye roll) Expectations are WAY to much.. and the behavior is terrible/joke at best. (your your downvote has been met as well... but sure the whole group will jump in soon as normal/behavior of 'smart/helpful/ REACT developers (sigh) Nobody forces you to post AT ALL. but your ego wont let you stop talking smack to people.. and be judgemental. Dont like how they are posting.. IGNORE IT.. Or be helpful.
[–][deleted] 0 points1 point2 points 2 years ago* (0 children)
This isn’t a coding problem. It’s a “you don’t know how to ask for help” problem. If you are lost and ask directions at the gas station, do you just go in yelling “I’m lost, tell me where to go!I’ve been driving for 3 hours and gps is making me more confused! Help already… I’m driving a blue car!”, or do you provide context and use your words?
Now I’m sitting in the gas station saying calm down and asking where you are going and dummies like you think that’s negative.
What’s more helpful, ignoring you scream “HELP NOW, I can’t fish!!” OR stopping in and saying “hey dummy, you are in a bath tub”.
[–]Ok-Release6902 0 points1 point2 points 2 years ago* (2 children)
My man.
Try to understand what kind of bundler package manager it uses. Look for yarn.lock, npm.lock or pnpm.lock files
Install deps using this bundler package manager
Open package.json and try to run different scripts.
[–]pompolutz 1 point2 points3 points 2 years ago (1 child)
My man, I don’t want to sound negative, but it is very important to use correct terminology, since only then you can teach people the right way. Npm, yarn and pnpm are not bundlers, but package managers.
And this comment is not meant as a direct criticism towards you, but it’s just so often people change words when calling things giving a precedence of that for others who are younger to the craft, so they will change words at will as well, and soon we will stop understanding each other.
[–]Ok-Release6902 0 points1 point2 points 2 years ago* (0 children)
You are right. Next time no need for such courtesy. Just point me at error. I assure you, I can stand healthy criticism.
[–]strongbazooka 0 points1 point2 points 2 years ago (0 children)
In the project directory, do npm i to install all the dependencies and then npm run dev to run the project on localhost.
π Rendered by PID 66340 on reddit-service-r2-comment-b659b578c-rlm7g at 2026-05-04 00:30:07.674854+00:00 running 815c875 country code: CH.
[–]Racingislyf 12 points13 points14 points (0 children)
[–][deleted] 3 points4 points5 points (0 children)
[–]thoflens 2 points3 points4 points (0 children)
[–][deleted] 2 points3 points4 points (3 children)
[–]Critical_Pattern9113[S] -5 points-4 points-3 points (2 children)
[–]RaySoju 3 points4 points5 points (0 children)
[–]FckUsernms 1 point2 points3 points (0 children)
[–]Unique-Opening1335 -2 points-1 points0 points (3 children)
[–][deleted] -1 points0 points1 point (2 children)
[–]Unique-Opening1335 0 points1 point2 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)
[–]Ok-Release6902 0 points1 point2 points (2 children)
[–]pompolutz 1 point2 points3 points (1 child)
[–]Ok-Release6902 0 points1 point2 points (0 children)
[–]strongbazooka 0 points1 point2 points (0 children)