Skip to content

Instantly share code, notes, and snippets.

@staskolukasz
Last active February 21, 2019 08:51
Show Gist options
  • Save staskolukasz/4bbcf80a3cb380a4721c5ca0f9ce29af to your computer and use it in GitHub Desktop.
Save staskolukasz/4bbcf80a3cb380a4721c5ca0f9ce29af to your computer and use it in GitHub Desktop.
Simple "npm run start" command
...
"scripts": {
"start": "node index.js"
}
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment