How To Deploy A React Application With Linode
New to Cloud Computing? Get started here with a $100 credit → https://www.linode.com/lp/youtube-viewers/?ifso=linodetube&utm_source=youtube&utm_medium=SuperUser
React is a popular JavaScript library for building user interfaces. While React is often used as a frontend for more complex applications, it’s also powerful enough to be used for full client-side applications on its own. In this tutorial, we'll go through the steps of setting up a React application on a Linode server.
Chapters:
0:00 - Intro
0:40 - Create a Linode
1:55 - Log in to Your Linode
2:51 - Install Prerequisites
4:46 - Create and Run a New App
6:00 - Move the App to Production
7:20 - Test the App
7:51 - Outro
Useful commands from the tutorial:
sudo apt-get install curl
curl -sL https://deb.nodesource.com/setup_13.x | sudo -E bash
sudo apt-get install nodejs
sudo apt install nginx
npx create-react-app testapp
Read the doc for more information on deploying React Apps → https://www.linode.com/docs/guides/deploy-a-react-app-on-linode/
Learn more about the MERN stack → https://www.linode.com/marketplace/apps/linode/mern/
Subscribe to get notified of new episodes as they come out → https://www.youtube.com/linode?sub_confirmation=1
#React #Linode #MERN #Linux
Product: Linode, React, MERN; Adrian Twarog;