Copyright (C) 2016 Udacity, Evgeny A. Degtev
GNU General Public License v3.0
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
This is my project task I've been making during the Udacity Website Performance optimization course.
I've decided not to customize this portfolio yet to make it easier by reviewer to check optimizations made and evaluate my work.
The list of optimizations made by me is in the optimizations.md .
Requirements:
- You should have the Node.js properly installed on your system.
- Also the gulp task runner installed globaly is required to perform build tasks.
Installation:
- Clone or download the repository.
- In the project directory install all dev-dependences using Node.js command line:
$ npm install
- Run gulp default task:
$ gulp
- Final code will be in the /build folder. Source code is in the /app folder.