Apollo boilerplate with an example app
This is not meant to be a full-blown, production-ready boilerplate. Rather, I wanted to see if I could put together a decent basic boiler using the latest tools and libs. That said, it does work, and it can serve as a starting point for someone who wants to extend or customize it further. It can also be handy for people who want to play around with Apollo.
Live demo of the example app: https://apollo-bp.herokuapp.com
This boilerplate uses:
'../../../myFile'
import paths)To remove the example app:
src/client/components
and src/client/containers
folders.src/client/images
.src/client/main.js
now specifies components/App
as the root component. Modify that to have it point to your own root component.src/client/reducers.js
remove the gallery
reducersrc/data
, empty the test
folder, remove artists.json
, and remove the contents of resolvers.js
and schema.js
package.json
remove && cp src/data/artists.json dist/data
from the postinstall script.