Skip to content

Instantly share code, notes, and snippets.

@Eth3rnit3
Created September 1, 2019 09:14
Show Gist options
  • Save Eth3rnit3/b58ffe0b3c330c7465279ce185b9142a to your computer and use it in GitHub Desktop.
Save Eth3rnit3/b58ffe0b3c330c7465279ce185b9142a to your computer and use it in GitHub Desktop.
{
"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