peterzhucs / fromgithubUI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image Gallery - React

This repository holds the sample source code for a ReactJS implementation of an image gallery site powered by Oracle Content and Experience.

Please see the complete tutorial at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=oce-react-gallery-sample

A live version of this project is available at: https://headless.mycontentdemo.com/samples/oce-react-gallery-sample

Running the project

Note
The starter folder is for developers following instructions in the tutorial where some code must be modified before it can be run. The completed folder has code that is ready to run.

To build this project:

cd completed
npm install

To run using the embedded server code:

npm start

and then open http://localhost:3000/

Images

Sample images may be downloaded from https://www.oracle.com/middleware/technologies/content-experience-downloads.html under a separate license. These images are provided for reference purposes only and may not hosted or redistributed by you.

Limitations

This sample will not work on IE11 without adding polyfills for ES6 features.

License

Copyright (c) 2020 Oracle and/or its affiliates and released under the Universal Permissive License (UPL), Version 1.0

About

License:Universal Permissive License v1.0


Languages

Language:JavaScript 79.4%Language:CSS 15.9%Language:HTML 4.7%