we are going to make a persistent clicker app similar to clementinejs.
- introduction to CRA and implementing a basic clientside counter
- setting up node and express and serving it together with CRA
- building CRA and deploying
- adding mongodb/mongoose to express and adding the api route. deploying.
We are done!
But here are more things we can do. lets turn this into a document posting app with different users:
- adding redux
- adding passportjs to express; authentication into the app.
- adding react router including with authentication.
- adding styling.
- adding graphql/apollo?