From 9f9e8e27c4f0a4b22fdf21b91d54d92db066fdc8 Mon Sep 17 00:00:00 2001 From: PA4KEV Date: Tue, 15 Aug 2023 21:46:19 +0200 Subject: [PATCH] Update documentation. --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index bfba1f6..bfcbb92 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,12 @@ https://www.npmjs.com/package/html-react-parser Convert SVG to React component: https://svg2jsx.com/ +## Node + +List outdated packages: `npm outdated` + +Update all dependancies: `npm update` + --- ## Documentation @@ -55,6 +61,10 @@ Convert SVG to React component: https://svg2jsx.com/ [Giraffe F# web framework](https://github.com/giraffe-fsharp/Giraffe) +[Docker hub - Node](https://hub.docker.com/_/node/) + +[Docker hub - Nginx](https://hub.docker.com/_/nginx) + ### Code Splitting This section has moved here: [https://facebook.github.io/create-react-app/docs/code-splitting](https://facebook.github.io/create-react-app/docs/code-splitting)