Created
January 9, 2022 15:18
-
-
Save lakinmohapatra/9253684ac5295380e23140ec2bdc343b to your computer and use it in GitHub Desktop.
Create package.json
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": "test", | |
"scripts": { | |
"start": "node ./app.js" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment