- React
- React router
- hashHistory
- Css Materialize
- Materialize - Glamorous
- Flux (Alt)
- Mongo - Rethink
- GraphQL
- Nodejs
- Express
- JWT
- Apollo (Client / Provider)
- Create an account on https://mlab.com
- Create a new Mongo instance and grab the connection string
- Paste the connection string into server/server.js, MONGO_URI const (First time runnig you can get an connection error)
- npm install
- npm run dev
- open http://localhost:1200 for React App, or http://localhost:1200/graphql for GraphQL test instance
#Helpfull links
- dataIdFromObject: http://dev.apollodata.com/react/cache-updates.html