Video: Deploying with Netlify

Fullstack React & Firebase

22 videos

Released: null

User avatar

Instructor

James Quick
AutoPlay

Deploying with Netlify

Our app is now working great and our code is clean so we are ready to show it to the world. Now it’s time to learn how to deploy our new app with Netlify. npm run build git add * git status git commit -m “Initial commit with working quiz app” git remote add origin [ORIGIN_URL] git push -u origin master
Github: https://github.com/

Netlify: https://www.netlify.com