Skip to content
This repository has been archived by the owner on Sep 28, 2023. It is now read-only.

Latest commit

 

History

History

example-react-16

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

React Example (React v15)

This project was bootstrapped with Create React App.

Installation

lerna bootstrap

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

Installation of local react-sdk

Unfortunately lerna does not correctly symlink with create-react-app. For you to use the local react-sdk you must run the following

cd node_modules/@optimizely
rm -rf react-sdk
cp -r ../../../react-sdk .