Skip to content
This repository was archived by the owner on Oct 18, 2018. It is now read-only.

silvenon/demo-cra-basic-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Demo create-react-app + HTTP Basic Authentication

This project demonstrates unsuccessful usage of proxy feature in create-react-app when the API requires basic authentication. facebookincubator/create-react-app#800

To start the API:

cd api
bundle
rackup app.ru

To start the frontend:

cd web
npm i
npm start

About

A demo for a create-react-app issue with proxy and HTTP basic authentication.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published