React Native, NestJS and MongoDB combined into a solid full stack boilerplate to kickstart your new apps
Server
- NestJS
- MongoDB
Client
- React Native
- MobX
- MongoDB 3.4+ (and/or Compass)
- Add
.env
(see .env.template)
$ npm install
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