Skip to content

orkungursel/hey-taxi-frontend

Repository files navigation

Hey Taxi Frontend [WIP]

hey-taxi-gh

Live Preview: (Not available yet) Storybook: https://orkungursel.github.io/hey-taxi-frontend/

Used Technologies

Development

Please follow the instructions in HeyTaxi repository to run backend before starting development.

Install

# --force flag is needed to use lastest version(v18) of React with other dependencies
npm install --force

Run

npm run start

Storybook

npm run storybook

Environment Variables

Variable Name Description Default
REACT_APP_API_URL Backend API Base URL http://localhost:3001