/myportfolio

Portfolio project using html, css and javascript.

Primary LanguageHTMLMIT LicenseMIT

My Portfolio

Prerequisites for local development

  • Visual Studio Code(IDE)
  • Node.js HTTP server
  • Install nodejs first on the system before running below command
npm install http-server -g

Steps for running project locally

  • Open vscode terminal
  • Move to project root folder(myportfolio) and execute http-server command. Example shown below:
myportfolio % http-server
Starting up http-server, serving ./

http-server settings: 
CORS: disabled
Cache: 3600 seconds
Connection Timeout: 120 seconds
Directory Listings: visible
AutoIndex: visible
Serve GZIP Files: false
Serve Brotli Files: false
Default File Extension: none

Available on:
  http://127.0.0.1:8080

Test the website using above URL using the browser client.

Reference