This is a simple Contact Manager created as a practice with React architecture and using apollo client for state managment insted redux. Feel free to fork and play around with it.
https://react-apollo-contact-manager.herokuapp.com/
The project dependencies are not included in this repository. To install all the dependencies you will need NPM. Run this command in the main directory:
npm installnpm startI use node js with express js for run the build file in local ,you can see it in server folder follow these steps :
npm run buildcd servernpm installnode index.js