Skip to content

Instantly share code, notes, and snippets.

@superhighfives
Last active March 2, 2017 23:39
Show Gist options
  • Save superhighfives/63822794eeacf5827e76d4c77d34d317 to your computer and use it in GitHub Desktop.
Save superhighfives/63822794eeacf5827e76d4c77d34d317 to your computer and use it in GitHub Desktop.
Rails 5 API + ActiveAdmin + create-react-app on Heroku
{
"name": "client",
"version": "0.1.0",
"private": true,
"proxy": "http://localhost:3001",
"devDependencies": {
"react-scripts": "0.9.0",
},
"dependencies": {
"react": "^15.4.2",
"react-dom": "^15.4.2",
},
"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