Skip to content

Instantly share code, notes, and snippets.

@ArnaudBuchholz
Last active February 29, 2020 22:18
Show Gist options
  • Save ArnaudBuchholz/96e5c8349fcad0b455c5d8e924e7c297 to your computer and use it in GitHub Desktop.
Save ArnaudBuchholz/96e5c8349fcad0b455c5d8e924e7c297 to your computer and use it in GitHub Desktop.
Example of package.json that executes serve through npm start
{
"name": "your-project",
"version": "1.0.0",
"scripts": {
"start": "serve"
},
"dependencies": {
"serve": "11.3.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment