Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iberasoft/reactjs-graphql-practice
:apple: Simple app for learning puorposes
https://github.com/iberasoft/reactjs-graphql-practice
apollo authentication graphql nodejs prisma reactjs unit-test
Last synced: about 4 hours ago
JSON representation
:apple: Simple app for learning puorposes
- Host: GitHub
- URL: https://github.com/iberasoft/reactjs-graphql-practice
- Owner: IberaSoft
- License: mit
- Created: 2019-07-12T13:18:15.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-03T05:12:34.000Z (almost 2 years ago)
- Last Synced: 2024-04-23T20:10:34.828Z (7 months ago)
- Topics: apollo, authentication, graphql, nodejs, prisma, reactjs, unit-test
- Language: JavaScript
- Homepage:
- Size: 2.79 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React GraphQL Practice
> Full stack online clothing store using React Apollo GraphQL and Prisma.
## Prerequisites
- NodeJS and NPM
- Chrome React Dev Tools
- Chrome Redux Dev Tools## Running
First `npm install` to grab all the necessary dependencies.
Then run `npm start` and open in your browser.
## Production Build
Run `npm build` to create a dist folder and a bundle.js file.