Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.36 KB

README.md

File metadata and controls

28 lines (18 loc) · 1.36 KB

Coffee Run

This is a React application to place orders to a coffee shop.

Installation using Docker

This project is simple to setup:

  1. Clone this repository using the command : git clone https://github.com/JaredDyreson/Expresso.git
  2. cd into it
  3. Ensure docker is installed on your machine, the documentation for your specific machine can be found here
  4. To run the current container, you can run docker-compose up --build -d. The instance will then be running on localhost on port 3000

Installation not using Docker

It is recommended at this point to containerize your dependencies so they are easily tracked

  1. Clone this repository using the command : git clone https://github.com/JaredDyreson/Expresso.git
  2. cd into it
  3. Ensure node is installed, here is the landing page for node
  4. After node is installed, you should then install yarn to manage your packages. That can be found here
  5. Next, run yarn install to install all the dependencies needed for this project to work
  6. Then, in a separate terminal window, run the command npm start in the root directory of the project
  7. This will spawn a new window where the application will be running

Foxtrot Juliet Bravo, signing off.