Thanks to visit codestin.com
Credit goes to github.com

Skip to content

dmitriy-bizyaev/demo-app

Repository files navigation

Demo App

Demo application built with TypeScript, MongoDB, GraphQL, React, Apollo and Material UI

Installation

  1. Clone the repo
  2. Run npm install

Running

  1. Make sure MongoDB is up and running
  2. Run the backend with npm run start
  3. Start webpack-dev-server with npm run start-dev-server
  4. Dev server will be listening on port 8080

Running with docker-compose

  1. Make sure you have Docker and docker-compose installed
  2. Run NODE_ENV=development|production npm run build
  3. Run docker-compose up -d
  4. The application will be listeninig on port 8080

About

Simple demo application built with TypeScript, MongoDB, GraphQL, React, Apollo and Material UI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published