Skip to content

A template repository for the profile page task

Notifications You must be signed in to change notification settings

digital-product-jam-2023/template-profile-page

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Template: Profile Page

This project implements a very simple HTML page. It is intended to demonstrate the minimum requirements to create a website, modify and serve it locally, and then deploy it to a public URL.

Install Dependencies

There is a single dependency for this project - the Node live-server package. This simply serves the files at the root of the repository, and performs automatic reloads in the browser if a file changes, so changes are always visible. As long as you have Node installed, you can run the following command to install the dependencies for this project.

npm install

Run the server

Once the project dependencies are installed, you can run the following command to serve the files of the project. What this essentially means is that a process will be run that serves the index.html file from the root of a URL.

npm start

View in browser

With the server running you can open your browser and type the server URL into the address bar:

http://127.0.0.1:8080

About

A template repository for the profile page task

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published