Skip to content

Instantly share code, notes, and snippets.

@serverlessguru
Created November 24, 2018 02:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save serverlessguru/ae1e5558341080de084a9da67c09582c to your computer and use it in GitHub Desktop.
Save serverlessguru/ae1e5558341080de084a9da67c09582c to your computer and use it in GitHub Desktop.
# Create React app with boilerplate
npx create-react-app blog
# Build React app
npm run build
# Update serverless.yml to point to built React app
...
client:
...
distributionFolder: build/
# Deploy to dev environment
npm run deploy dev us-west-2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment