Last active
February 29, 2020 22:18
-
-
Save ArnaudBuchholz/96e5c8349fcad0b455c5d8e924e7c297 to your computer and use it in GitHub Desktop.
Example of package.json that executes serve through npm start
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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