200-degrees-tea / fe-cosik

0 stars 1 forks source link

Sedona

Frontend educational project based on the PSD file. Made with the perfect pixel approach.

The project was build with the following technologies and methodologies:

Table of contents

  1. How to compile the project
    1. Install NPM
    2. Commands to compile the project

How to compile the project

To compile the project you will need node.js and NPM

Install NPM

Installs dependencies.

$ npm install

Commands to compile the project

$ npm start

Builds a temporary development folder (tmp) and launches bowser-sync script to watch the changes made in the html files, sass files, js files, and checks images folder.


$ npm build

Builds distribution folder (dist) into which copies and minifies files which are ready to be send on the server.


$ npm deploy

Runs $ npm build command and deploys built website to the GitHub pages.