Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Devhub | 9,164 | a month ago | 48 | agpl-3.0 | TypeScript | |||||
TweetDeck for GitHub - Filter Issues, Activities & Notifications - Web, Mobile & Desktop with 99% code sharing between them | ||||||||||
React Apollo | 6,896 | 6,511 | 1,114 | 6 months ago | 222 | April 14, 2020 | 206 | mit | JavaScript | |
:recycle: React integration for Apollo Client | ||||||||||
Reactjs101 | 3,840 | 3 years ago | 58 | other | JavaScript | |||||
ๅพ้ถ้ๅงๅญธ ReactJS๏ผReactJS 101๏ผๆฏไธๆฌๅธๆ่ฎๅๅญธ่ ไธ็ๅฐฑๆ็ React ไธญๆๅ ฅ้ๆๅญธๆธ๏ผ็ฑๆทบๅ ฅๆทฑๅญธ็ฟ ReactJS ็ๆ ็ณป (Flux, Redux, React Router, ImmutableJS, React Native, Relay/GraphQL etc.)ใ | ||||||||||
Meatier | 3,115 | 6 years ago | 36 | JavaScript | ||||||
:hamburger: like meteor, but meatier :hamburger: | ||||||||||
Crate | 2,374 | 8 months ago | mit | JavaScript | ||||||
๐ ๐ ๐ฆ A sample web and mobile application built with Node, Express, React, React Native, Redux and GraphQL. Very basic replica of stitchfix.com / krate.in (allows users to get monthly subscription of trendy clothes and accessories). | ||||||||||
Ran | 2,203 | 2 | 3 months ago | 19 | April 05, 2018 | 60 | mit | JavaScript | ||
:zap: RAN! React . GraphQL . Next.js Toolkit :zap: - SEO-Ready, Production-Ready, SSR, Hot-Reload, CSS-in-JS, Caching, CLI commands and more... | ||||||||||
React Dashboard | 1,470 | 9 months ago | 40 | JavaScript | ||||||
๐ฅReact Dashboard - isomorphic admin dashboard template (React.js, Bootstrap, Node.js, GraphQL, React Router, Babel, Webpack, Browsersync) ๐ฅ | ||||||||||
Empresas Que Usam React No Brasil | 1,269 | 4 days ago | 3 | mit | ||||||
Repositรณrio que mostra empresas e projetos que utilizam React no Brasil | ||||||||||
Fullstack Graphql | 953 | 3 years ago | mit | JavaScript | ||||||
๐ Simple Fullstack GraphQL Application. API built with Express + GraphQL + Sequelize (supports MySQL, Postgres, Sqlite and MSSQL). WebApp built with React + Redux to access the API. Written in ES6 using Babel + Webpack. | ||||||||||
Gatsby Starter Personal Blog | 869 | 7 months ago | 24 | mit | JavaScript | |||||
A ready to use, easy to customize, fully equipped GatsbyJS blog starter with 'like app' layout and views transitions. |
Click on image to view fullscreen and zoom
code
โโโ package.json
โ
โโโ api (api.example.com)
โ โโโ public
โ โโโ src
โ โ โโโ config
โ โ โโโ migrations
โ โ โโโ modules
โ โ โโโ seeders
โ โ โโโ setup
โ โ โโโ index.js
โ โ
โ โโโ package.json
โ
โโโ mobile (Android, iOS)
โ โโโ assets
โ โโโ src
โ โ โโโ modules
โ โ โโโ setup
โ โ โโโ ui
โ โ โโโ index.js
โ โ
โ โโโ package.json
โ
โโโ web (example.com)
โ โโโ public
โ โโโ src
โ โ โโโ modules
โ โ โโโ setup
โ โ โโโ ui
โ โ โโโ index.js
โ โโโ storybook
โ โ
โ โโโ package.json
โ
โโโ .gitignore
โโโ README.md
git clone [email protected]:atulmy/crate.git crate
code
directory cd code
/api/src/config/database.json
for database credentials/api/.env
for PORT (optional)/web/.env
for PORT / API URL (optional)/mobile/src/setup/config.json
for API URL (tip: use ifconfig
to get your local IP address)cd api
and npm run setup
cd web
and npm install
cd mobile
and npm install
cd mobile/ios
pod install
cd api
and npm start
, browse GraphiQL at http://localhost:8000/
cd web
and npm start
, browse webapp at http://localhost:3000/
cd mobile
and npx react-native run-ios
for iOS and npx react-native run-android
for Androidcd api
and npm run start:prod
, creates an optimized build in build
directory and runs the servercd web
and npm run start:prod
, creates an optimized build in build
directory and runs the servercode
directory cd code
npm run setup
npm start
, browse GraphiQL at http://localhost:8000/ and Webapp at http://localhost:8000/
npm start:api
, browse GraphiQL at http://localhost:8000/
npm start:web
, browse webapp at http://localhost:3000/
If you liked this project, you can donate to support it โค๏ธ
Looking for a developer to build your next idea or need a developer to work remotely? Get in touch: [email protected]
Copyright (c) 2018 Atul Yadav http://github.com/atulmy
The MIT License (http://www.opensource.org/licenses/mit-license.php)