Skip to content
This repository has been archived by the owner on Jul 10, 2020. It is now read-only.

Latest commit

 

History

History
25 lines (14 loc) · 1.54 KB

28-react-build-and-deploy-a-react-application-with-codesandbox-github-and-netlify.md

File metadata and controls

25 lines (14 loc) · 1.54 KB

28. Build and deploy a React Application

Notes

  • Once you've figured out how React works locally in an index.html, you probably want to build an actual application and the best next place to start is by going to codesandbox.io.

  • There are a ton of things that you can do in CodeSandbox. You can add dependencies from npm, you can add external resources, you can even change your typeface.
  • I can create a new repository. Example, CodeSandbox. We'll click Create Repository and CodeSandbox will create a repository on GitHub based on what I have right here.

  • You can also deploy with Netlify.

  • Within Netlify, you can even make a custom domain and so you could create an entire application using just CodeSandbox, Netlify, and GitHub.

Additional resource