Skip to content

infinitypaul/coffeemaker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This web app that allows consumers to order for the coffee of their choice.

Infinitypaul | Getting Started

 

Download Instruction

  1. Clone the project.
git clone https://github.com/infinitypaul/coffeemaker.git projectname
  1. Install dependencies via npm.
npm install 
  1. Update Basic Config.
if you are using firebase, make sure you update your api in auth.js in the store folder and your url
  1. Run npm server.
npm start

Enjoy!