Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 367 Bytes

File metadata and controls

11 lines (8 loc) · 367 Bytes

Blog_website

A blog website created using Node.js, Express, and EJS

To run to app you have to run the following commands in your terminal,

(Firstly, install node.js if not installed)

npm install

node app.js

The following commands should initialise the npm packages and start the server on port 3000. Goto your browser and goto localhost:3000 to check.