https://github.com/tsherburne/udacity-fsdev-portfolio
Udacity Full-stack Developer Portfolio Project
https://github.com/tsherburne/udacity-fsdev-portfolio
udacity-fullstack-nanodegree
Last synced: about 2 months ago
JSON representation
Udacity Full-stack Developer Portfolio Project
- Host: GitHub
- URL: https://github.com/tsherburne/udacity-fsdev-portfolio
- Owner: tsherburne
- Created: 2018-01-06T15:28:10.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-08T16:12:16.000Z (over 7 years ago)
- Last Synced: 2025-02-05T17:12:01.397Z (4 months ago)
- Topics: udacity-fullstack-nanodegree
- Language: HTML
- Homepage:
- Size: 7.1 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Portfolio Project
This respository is for project #2 (Portfolio)
for the [Udacity Fullstack Developers Nano Degree](https://www.udacity.com/course/full-stack-web-developer-nanodegree--nd004).
### Table of Contents* [Installation](#installation)
* [Running](#running)### Installation
Environment Setup (Node.js with Express):
```
npm install express --save
```Clone the respository:
```
git clone https://github.com/tsherburne/udacity-fsdev-portfolio.git
cd udacity-fsdev-portfolio
```
By default the Web Server listens on port 8080. If desired, the port can be updated in `server.js`
### Running
Start the Web Server:
```
npm start
```Open a browser to view the Portfolio
```
https://:8080
```