Skip to content

Web app allowing people to find best place to make ideal sunset photo based on weather, date, time

Notifications You must be signed in to change notification settings

Piotrovskyi/sunsets-web

Repository files navigation

Sunsets web client

Get started

Install dependencies

# If you are using npm
npm install
# or yarn
yarn

Development

# If you are using npm
npm start
# or yarn
yarn start

Development with own server

For local development you can path any api host with REACT_APP_API_HOST env variable

REACT_APP_API_HOST=http://localhost:8000 npm start

Also you can use

npm run local
# will be translated to REACT_APP_API_HOST=http://localhost:8000 npm start

Same work for build stage

REACT_APP_API_HOST=http://localhost:8000 npm run build

Build

# If you are using npm
npm run build
# or yarn
yarn build

You will find artifacts in build folder

About

Web app allowing people to find best place to make ideal sunset photo based on weather, date, time

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •