Skip to content

Instantly share code, notes, and snippets.

@rahmatrhd
Created February 2, 2019 04:11
Show Gist options
  • Save rahmatrhd/0655e2aeee3774fb08262a6032f8826f to your computer and use it in GitHub Desktop.
Save rahmatrhd/0655e2aeee3774fb08262a6032f8826f to your computer and use it in GitHub Desktop.
Deploy react project to netlify

Drag and drop deploy

  1. Make sure you have created a netlify account
  2. build your project. You can run npm run build command if you init with create-react-app, or next build if using next
  3. In netlify app/site-list page, drag and drop your project's build folder
  4. Wait until the process is done
  5. Visit the site link and enjoy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment