This sheet goes along with this SSH YouTube tutorial
$ ssh brad@192.168.1.29
$ mkdir test
$ cd test
| import React from 'react'; | |
| import Container from '@mui/material/Container'; | |
| import Typography from '@mui/material/Typography'; | |
| import Button from '@mui/material/Button'; | |
| import CircularProgress from '@mui/material/CircularProgress'; | |
| import Box from '@mui/material/Box'; | |
| import { useGetFixtureListQuery } from '../store/fixture/service.js'; | |
| import PageTitleBanner from '../components/PageTitleBanner.jsx'; | |
| import FixtureCard from '../components/FixtureCard.jsx'; |
| @import './config'; | |
| .content-section { | |
| margin-bottom: 0; | |
| } | |
| .section { | |
| &-header { | |
| margin-bottom: 1rem; | |
| } |
| { | |
| "name": "crustecan-warrior-app", | |
| "version": "1.0.0", | |
| "description": "", | |
| "main": "index.js", | |
| "scripts": { | |
| "test": "echo \"Error: no test specified\" && exit 1" | |
| }, | |
| "keywords": [], | |
| "author": "Yosep Ryan Agusta <Yosep Ryan Agusta> (https://yosepra.github.io/)", |
$ ssh brad@192.168.1.29
$ mkdir test
$ cd test
Steps to deploy a Node.js app to DigitalOcean using PM2, NGINX as a reverse proxy and an SSL from LetsEncrypt
If you use the referal link below, you get $10 free (1 or 2 months) https://m.do.co/c/5424d440c63a
I will be using the root user, but would suggest creating a new user