/nest-react-boilerplate

full stack app boilerplate code

Primary LanguageTypeScript

nest-react-boilerplate

Introduction

This repository contains boilerplate code for fullstack javascript app. Technologies used in this repo are :-

  • Node
  • Nest.js
  • React.js
  • Mongo bd
  • Typescript

What you should install?

Firstly, you should install

Download

If you have git installed on your PC, you just need do as follow:

$ git clone https://github.com/ganesh-91/nest-react-boilerplate.git

Configuring App

If you have all the prerequisites installed you should verify if your MongoDB is up.

$ cd nest-react-boilerplate
$ cd server
$ yarn install
$ yarn start
$ cd nest-react-boilerplate
$ cd client
$ yarn install
$ yarn start