React application that lets you order ice cream cone created by you! It uses firebase for authentication and storing order data.
- React
- React Router
- Redux + Redux Thunk
- Semantic UI
- Axios
- Firebase
- PropTypes
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># install dependencies
yarn install
# runs the app in the development mode at localhost:3000
yarn start
# build for production
yarn buildFor other CLI commands follow Create React App documentation.