Skip to content

Latest commit

 

History

History
50 lines (35 loc) · 1.34 KB

README.md

File metadata and controls

50 lines (35 loc) · 1.34 KB

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