Demo application built with TypeScript, MongoDB, GraphQL, React, Apollo and Material UI
- Clone the repo
- Run
npm install
- Make sure MongoDB is up and running
- Run the backend with
npm run start - Start
webpack-dev-serverwithnpm run start-dev-server - Dev server will be listening on port 8080
- Make sure you have Docker and docker-compose installed
- Run
NODE_ENV=development|production npm run build - Run
docker-compose up -d - The application will be listeninig on port 8080