This project recreates a product page from the site Humble Bundle. This proxy will accept and display a javascript bundle from each team member's services A total of 8 services are displayed. a header and footer were created to mimic the Humble Bundle website in appearance
- https://github.com/KichiUeda/Chris-app-service-overview
- https://github.com/KichiUeda/Chris-app-service-traits
- https://github.com/KichiUeda/Rane-app-description-service
- https://github.com/KichiUeda/Micko_App_images_service
- https://github.com/KichiUeda/price_and_promotion
- https://KichiUeda/other_popular_games
npm start navigate to:
An nvmrc
file is included if using nvm.
- Node 6.13.0
- etc
The html simply provides a div with an id for each service's bundle to render to. The Header and Footer were done with React styled-components; The server simply serves the static assets. links below show final product with all services rendering
- https://gyazo.com/a7ffc7ef052875ebf78efe6438dc13bf
- https://gyazo.com/b6c9d0c8365bb63cde414c4528113922
- https://gyazo.com/5a44e6168e9db118d2505206d866f4d3
From within the root directory:
npm install