Skip to content

Instantly share code, notes, and snippets.

@superhighfives
Last active March 6, 2017 14:36
Show Gist options
  • Save superhighfives/13341936927d55714dd2248146735f7f to your computer and use it in GitHub Desktop.
Save superhighfives/13341936927d55714dd2248146735f7f to your computer and use it in GitHub Desktop.
Rails 5 API + ActiveAdmin + create-react-app on Heroku
{
"name": "list-of-ingredients-client",
"version": "0.1.0",
"private": true,
"proxy": "http://localhost:3001",
"dependencies": {
"react-scripts": "0.9.3",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"semantic-ui-css": "^2.2.9",
"semantic-ui-react": "^0.67.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment