Skip to content

rodrigooler/GitUser

 
 

Repository files navigation

GitUser

Dependencies:

  • Node.js >= v6;

Installation

git clone https://github.com/brunorafael8/GitUser
#
yarn (or npm install)
#
yarn start(or npam start)

Scripts

  • yarn dev (or npm run dev): Starts the application on development mode
  • yarn test (or npm test): Run tests once
  • yarn test:watch (or npm run test:watch): Run tests in watch mode
  • yarn build (or npm run build): Build project to production
  • yarn build:analyzer (or npm run build:analyzer): Build project to production and open bundle analyzer on 8888 port
  • yarn storybook (or npm run storybook): Run Storybook on 6006 port
  • yarn build-storybook: Build Storybook to static files
  • yarn update-packages: Update all packages to the latest version
  • yarn start (or npm start): Special script reserved to run production code. Change as you wish. For now, use yarn token yarn relay yarn schema yarn dev.
  • yarn relay (or npm run relay): Generate Relay.
  • yarn schema (or npm run relay): Genarate schama.graphql.
  • yarn token (or npm run token): Genarate token to Gitapi.

Credits

This Challenge uses as a base the awesome Workflow-Reactjs by @Fdaciuk ❤️

License

MIT License © Bruno Rafael

About

Relay Modern + React + API V4 GITHUB

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 93.6%
  • CSS 5.4%
  • HTML 1.0%