Here's a list of links to resources to accompany the "Introduction to JAMstack" video on freeCodeCamp, by Phil Hawksworth
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| export default function SessionsList() { | |
| const sessionsQuery = useSessionsListQuery(); | |
| return ( | |
| <PageLayout title="My sessions"> | |
| {matchQueryStatus(sessionsQuery, { | |
| Loading: ( | |
| <> | |
| <Skeleton height={70} mt={6} /> | |
| <Skeleton height={70} mt={6} /> |
Steps to deploy a Node.js app to Digital Ocean 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
