Build a Portfolio Site is the second project built during completion of the Udacity's Nanodegree program Full Stack Web Developer.
The project was developed with Yeoman and generator-webapp. The production version is hosted here and code is contained within app folder.
- 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