Created
September 1, 2019 09:14
-
-
Save Eth3rnit3/b58ffe0b3c330c7465279ce185b9142a to your computer and use it in GitHub Desktop.
This file contains hidden or 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": "rails-react-demo", | |
"version": "1.0.0", | |
"description": "This README would normally document whatever steps are necessary to get the application up and running.", | |
"main": "index.js", | |
"directories": { | |
"lib": "lib", | |
"test": "test" | |
}, | |
"scripts": { | |
"test": "echo \"Error: no test specified\" && exit 1", | |
"start": "cd client && yarn start", | |
"build": "cd client && yarn build", | |
"install": "cd client && yarn" | |
}, | |
"keywords": [], | |
"author": "", | |
"license": "ISC" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment