Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 1.08 KB

README.md

File metadata and controls

20 lines (13 loc) · 1.08 KB

Udacity Project: Build a Portfolio Site

Build a Portfolio Site is the second project built during completion of the Udacity's Nanodegree program Full Stack Web Developer.

Review Guide

The project was developed with Yeoman and generator-webapp. The production version is hosted here and code is contained within app folder.

Develop

  • Clone the repo: clone https://github.com/mradenovic/build-a-portfolio-site.git
  • Install npm dependencies: npm install
  • Install bower dependencies: bower install
  • Run gulp serve to preview and watch for changes
  • Run bower install --save <package> to install frontend dependencies
  • Run gulp serve:test to run the tests in the browser
  • Run gulp to build your webapp for production
  • Run gulp serve:dist to preview the production