Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 424 Bytes

File metadata and controls

18 lines (12 loc) · 424 Bytes

Examples

Simple Example

Open this file in a browser.

create-react-app Example

To view an example within create-react-app,

git clone https://github.com/TheCognizantFoundry/react-loader.git
cd react-loader/examples/create-react-app
npm install
npm start

Then view the application in your browser at http://localhost:3000/.