Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 869 Bytes

README.md

File metadata and controls

39 lines (27 loc) · 869 Bytes

Ice Cream Builder

React application that lets you order ice cream cone created by you! It uses firebase for authentication and storing order data.

Technologies

  • React
  • React Router
  • Redux + Redux Thunk
  • Semantic UI
  • Axios
  • Firebase
  • PropTypes

.env

Get your Google Firebase API key from API keys for Firebase.

Create .env file with REACT_APP_FIREBASE_API_KEY variable:

REACT_APP_FIREBASE_API_KEY = <api_key>

CLI Commands

# install dependencies
yarn install

# runs the app in the development mode at localhost:3000
yarn start

# build for production
yarn build

For other CLI commands follow Create React App documentation.