Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 931 Bytes

STEP-1-DEVELOPMENT-ENVIRONMENT.md

File metadata and controls

27 lines (15 loc) · 931 Bytes

Write Your Own Web Store In Hours

💻 Start Your Gitpod Development Environment

👉💻👈 Open this GitHub repo in your GitPod environment

Gitpod Initial View

spacer

⚙️ Install the Netlify CLI

We're not going to be deploying to Netlify, but we do want to use the Netlify developer tools so that the lambda functions we write today can be served locally for testing.

👉💻👈 In Gitpod's web-based editor, open the command terminal and install Netlify's command line (CLI) tools

npm install netlify-cli -g

spacer


▶️ STEP 2: Create a new React Project

⎌ Back to step 0: Pre-Workshop Setup