https://github.com/arronf2e/fullstack_boilerplate
boilerplate
https://github.com/arronf2e/fullstack_boilerplate
Last synced: 10 months ago
JSON representation
boilerplate
- Host: GitHub
- URL: https://github.com/arronf2e/fullstack_boilerplate
- Owner: arronf2e
- Created: 2023-11-13T08:11:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-13T09:33:51.000Z (over 2 years ago)
- Last Synced: 2025-07-22T07:53:11.678Z (11 months ago)
- Language: TypeScript
- Size: 262 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pnpm monorepo boilerplate
## Preconditions
- android sdk
- xcode
- nodejs
- pnpm
## 1. Framework
### 1.1. frontend
- react
- vite
- typescript
### 1.2. app
- react native
- expo
### 1.3. backend
- nestjs
## 2. Start
```shell
#start web
- pnpm -w run start:web
#start ios
- pnpm -w run start:ios
#start android
- pnpm -w run start:android
# start server
- pnpm -w run start:server
```