Skip to content

Files

Latest commit

20e1a07 · Feb 6, 2021

History

History
21 lines (21 loc) · 970 Bytes

README.md

File metadata and controls

21 lines (21 loc) · 970 Bytes

How to use


| You have to first download node.js.
| Use the version "recomended for most users"
| Then type the following commands to install the required modules
|

  • npm install http
  • npm install jquery
  • npm install -g @angular/cli

| Then configure at the sever-config.js file
| Now, Go to the 404.html file if you want to change the 404 error page.
| Type "node ." in the terminal to start.
| Press CTRL+C to stop website.
| Now,go to https://localhost:12345 (Replace 12345 with the port) (you can also type your ip instead of 'localhost)
| Done!

| If you find anny issues plese report them on the issues tab.
| Also, if you want to find your ip and port for server hosting then just type 'netstat -a' in command prompt.
| Then copy any ip+port and paste them separately.
| Note: The 404 may not work in some server PCs.
|