https://github.com/joaopaulocmarra/fullstack
A fullstack project with React, Nodejs, Graphql, Tests, and component library with Mobile and Web Platforms
https://github.com/joaopaulocmarra/fullstack
cypress frontend fullstack graphql jest nodejs react react-native
Last synced: 3 months ago
JSON representation
A fullstack project with React, Nodejs, Graphql, Tests, and component library with Mobile and Web Platforms
- Host: GitHub
- URL: https://github.com/joaopaulocmarra/fullstack
- Owner: JoaoPauloCMarra
- Created: 2021-03-30T17:55:46.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-15T18:41:16.000Z (over 5 years ago)
- Last Synced: 2025-09-06T01:36:37.779Z (10 months ago)
- Topics: cypress, frontend, fullstack, graphql, jest, nodejs, react, react-native
- Language: TypeScript
- Homepage:
- Size: 3.8 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Fullstack Application
- Mobile with React Native
- Web with React
- Shared UI Component Library between Web and Mobile
- Server with NodeJs
- Comunication between Server and Web/Mobile apps using Graphql
### TODO
Add more features
### Using
`yarn install` to install dependencies
`yarn build` - builds the workspace code
`yarn test` - tests the workspace code
`yarn lint` - lints the workspace code
`yarn format` - formats the changed workspace code
`yarn format:all` - formats the whole workspace code
`yarn dep-graph` - open the workspace dependencies graph on the browser
`yarn server:dev` - run and watch for changes
`yarn server:lint` - lints the code
`yarn server:test` - tests the code
`yarn server:build` - builds the code
`yarn web:dev` - run and watch for changes
`yarn web:lint` - lints the code
`yarn web:test` - tests the code
`yarn web:build` - builds the code
`yarn cypress` - runn E2E tests
`yarn app:dev` - run and watch for changes
`yarn app:ios` - run the app in a ios simulator
`yarn app:android` - run the app in a android emulator
`yarn app:test` - tests the code
`yarn ui-comp:lint` - lints the code
`yarn ui-comp:test` - tests the code