DEV Community

Om Anirudh Chellapilla
Om Anirudh Chellapilla

Posted on

What I learnt last week #1

Hi there !

This week I learnt how to get a node js project up and running.
using the awesome tutorial from MDN webdocs.

Last month I was doing a bit of basic html.
so I wondered how to go about bringing one my sample html project onto the node js server.

All it took was to upload those files into the right directory. (inside the public directory).

Here's a screen share where I go over things.

https://youtu.be/S9vuQaaYwYY

citation
here's the link to the tutorial I'm referring.
https://developer.mozilla.org/en-US/docs/Learn/Server-side/Express_Nodejs/skeleton_website

Top comments (0)