/react-native-nest-ts-boilerplate

React Native, NestJS and MongoDB combined into a solid full stack boilerplate to kickstart your new apps

Primary LanguageTypeScript

react-native-nest-ts-boilerplate

React Native, NestJS and MongoDB combined into a solid full stack boilerplate to kickstart your new apps

Core

Server

  • NestJS
  • MongoDB

Client

  • React Native
  • MobX

Installation

Prerequisites

  1. MongoDB 3.4+ (and/or Compass)
  2. Add .env (see .env.template)
$ npm install

Running the app

Server

# development
$ npm start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

# test
$ npm run test

Client

# development
$ npm start

# android / ios / web
$ npm run android / ios / web

# test
$ npm run test