This is a React application to place orders to a coffee shop.
This project is simple to setup:
- Clone this repository using the command :
git clone https://github.com/JaredDyreson/Expresso.git cdinto it- Ensure
dockeris installed on your machine, the documentation for your specific machine can be found here - To run the current container, you can run
docker-compose up --build -d. The instance will then be running on localhost on port 3000
It is recommended at this point to containerize your dependencies so they are easily tracked
- Clone this repository using the command :
git clone https://github.com/JaredDyreson/Expresso.git cdinto it- Ensure
nodeis installed, here is the landing page for node - After
nodeis installed, you should then installyarnto manage your packages. That can be found here - Next, run
yarn installto install all the dependencies needed for this project to work - Then, in a separate terminal window, run the command
npm startin the root directory of the project - This will spawn a new window where the application will be running
Foxtrot Juliet Bravo, signing off.