create-react-app todomvc with SSR from first principles in both Redux and Apollo
yarn install
yarn build
yarn serve
The web server is on http://localhost:3000
.
The api server (with graphiql) is on http://localhost:4000
.
The main reference explains what we are trying to do.
yarn lint
yarn prettier
- Mutation for todos from GraphQL.
- Try apollo-server and subscriptions.
- Cleanup Webpack config and scripts (i.e. ejected from create-react-app).
- Cleanup todomvc implementation (i.e. make it feature centric)