Skip to content

shahinzaman102/blog_website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is inspired by -->

Running the Site Locally

First fork the repo or clone it then open it with your code editor --> in your terminal run the command →

         npm install     (it’ll install the dependencies)

         node server.js     (it’ll start running the app’s server)

Note: you can use → nodemon server.js (instead of → node server.js) to run the server

install nodemon :

         npm install --g nodemon

We use nodemon so that we don't need to reconnect our server while making any change in node.js, it'll automatically reconnect our server (it’ll save our time while developing 😀) Then, after running the backend server --> go to the http://localhost:3000 url --> the site will visually appear in your browser locally (in development mode).

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •