Pretty solid chance it’s npm start
from the project root.
Properly packaged modules will have some node scripts configured in package.json
. It’s customary to use start
as the script to run the dev environment, though some might use build
, dev
, or other names.