Skip to content

Contact manager with ReactJS and apollo client,local state management with apollo

Notifications You must be signed in to change notification settings

milad1367/Contact-Manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contact-Manager

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.

Demo

https://react-apollo-contact-manager.herokuapp.com/

Quickstart

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 install
npm start

Deployment

if you want deploy project:

I 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 build
cd server
npm install
node index.js

you can see result in : http://localhost:9000/

About

Contact manager with ReactJS and apollo client,local state management with apollo

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published