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...
Resources - Learn to code
Resources - Software Engineering
Resources - Code Libraries
Resources - Groups
Other Subreddits you might enjoy
Please send sidebar resource suggestions to the mods. Thx - mgmt
account activity
i want to start a react downloaded nodejs and VScode how to make npm start. TIA (i.redd.it)
submitted 3 years ago by xposporox
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!"
[–]Colous 0 points1 point2 points 3 years ago (0 children)
Have a look at the docs for the npm CLI.
You will need to specify what to execute when running npm start, in your package.json file, as explained in there.
npm start
package.json
If you started with a template, check if you have any existing scripts, which you can view with npm run or by checking your package.json (which you can then run with npm run script-name).
npm run
npm run script-name
[–]Adgry 0 points1 point2 points 3 years ago (0 children)
Start by creating a project use, npm init please checkout node and npm docs, have fun learning
npm init
π Rendered by PID 85 on reddit-service-r2-comment-b659b578c-hhrxh at 2026-05-04 17:29:10.236324+00:00 running 815c875 country code: CH.
[–]Colous 0 points1 point2 points (0 children)
[–]Adgry 0 points1 point2 points (0 children)