Deploying to Production
Video Lecture
Description
We will now deploy one of the examples to a production server on the internet.
Steps are,
- Set up the Webpack Production Script
- Provision a Cloud Server for Production
- Deploy Files to the Server
- Start the Example on the server
- Set up an Nginx Proxy
- Set up and Point a Domain Name
- Install an SSL certificate
At the end, our example code, developed using TypeScript, will be officially on the internet for the public to see.