- Open a Terminal window.
- Install Homebrew. Be sure to press Enter and put in your computer password when asked.
- Install Node by running the following in the terminal:
brew install node
- Install Yarn by running the following in the terminal:
brew install yarn
- Install Visual Studio Code as your text editor (instead of vi)
- Congrats! Your computer is now setup for coding in React. 💻
- Navigate to the Optimizely docs and follow along the video with the next set of instructions
- Create a Free Rollouts Account. If you already have an account under your current work email, say asa@optimizelycom, signup for an account under asa+fullstack@optimizely.com to get a fresh start.
- Create a React Application
- Install Optimizely React SDK using Visual Studio Code as your text editor (instead of vi)
- Implement a feature
- Rollout the feature!
- Congrats, you've now used Optimizely 🎉