- Node.js
>=v6;
git clone https://github.com/brunorafael8/GitUser
#
yarn (or npm install)
#
yarn start(or npam start)
yarn dev (or npm run dev): Starts the application on development modeyarn test (or npm test): Run tests onceyarn test:watch (or npm run test:watch): Run tests in watch modeyarn build (or npm run build): Build project to productionyarn build:analyzer (or npm run build:analyzer): Build project to production and open bundle analyzer on8888portyarn storybook (or npm run storybook): Run Storybook on6006portyarn build-storybook: Build Storybook to static filesyarn update-packages: Update all packages to the latest versionyarn start (or npm start): Special script reserved to run production code. Change as you wish. For now, useyarn tokenyarn relayyarn schemayarn 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.
This Challenge uses as a base the awesome Workflow-Reactjs by @Fdaciuk ❤️
MIT License © Bruno Rafael