nx-expo-nestjs-nextjs
nx-expo-nestjs-nextjs copied to clipboard
nx-expo-nestjs-nextjs
FullStack Hybrid Starter Kit for Monorepo based on NX containing Expo Web for mobile app, Next.js for a web app and NestJS for the backend.
Installation
git clone [email protected]:cdanyl/nx-expo-nestjs-nextjs.git <project_folder>
cd <project_folder>
yarn
Setup
-
Check the
workspace.jsonto add a NX cloud token https://nx.app/ as CI (optional) -
If you create a new library, you need to add the path to the
babel.config.jsas an alias
Run
To unit test all applications
nx affected --target=test --all
Start NestJS Server
yarn start api
Start Next.JS Web App
yarn start web
Start Expo (React Native for IOS/Android & React Native Web)
yarn start mobile