Skip to content

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

Notifications You must be signed in to change notification settings

viktorgullmark/react-native-nest-ts-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published