Example contact manager app using:
- TypeScript
- React with hooks
- React Router v5.1
- Material-UI for styling.
- Apollo Client for GraphQL queries.
- xstate to manage app state.
- List / View / Add / Delete / Edit Contacts
- Name eg 'John Smith'
- Email eg '[email protected]'
- Date Modified eg '31/01/2018 15:04'
- Date Created eg '31/01/2018 15:04'
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits. You will also see any lint errors in the console.
Runs the graphql server.
Open http://localhost:3001 to view it in the browser.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.