#Sandwich.js
Sandwich.js was written as an assignment for Nashville Software School. The application takes an order for different components on a sandwich and then builds the sandwich for you. This was written to build logic skills in javascript and get familiar with using github.
#Running the Application
Clone the repo
mkdir ~/projects && cd ~/projects
git clone https://github.com/lynnsamuelson/sandwich.git
#Make Your Sandwich
Open the application in a text editor. choose what you would like on your sandwich by changing the boolean values on line 81 of the main.js file.
#Serve the application
Go to the application root folder and start the server.
cd ~/projects/sandwich
http-server ./
This will list what is on your sandwich.