/food-done-right-client

Client side application for food-done-right project

Primary LanguageTypeScript

FoodDoneRightClient

Development setup

  • Make sure you have docker, docker-compose and docker-syncinstalled on your system.

  • Create a new network (it it does not exist already)

    docker network create food_network
    
  • Clone this repository and cd into it.

  • Run the following command to start the file-sync between host and docker-container.

    docker-sync start
    
  • Execute the following to build the frontend app.

    docker-compose build
    
  • Start the composed Frontend service

    docker-compose up
    
  • Server will start on localhost:4200