Skip to content

rahgurung/node-basic-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node Basic Server

How to Use:

Just make a new .html file under views directory and visit that link.

Example:

Make a file mysite.html under views directory and visit /mysite to see that site. :)

Setup:

  • Install nodeJS (from here).
  • Fork the repo.
  • Run npm install in the repo.
  • Make your files.
  • Run npm run dev to start the server.
  • Visit localhost:8100 to view the app and visit localhost:8100/your_created_page to view your pages.

About

This repo illustrates how to make a simple server using nodeJS core modules.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published