Skip to content

wjuniori/projeto-spotify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

projeto-spotify

This repository contains the resources and source code of the Spotify website. The projeto-spotify was carried out during the [Udemy] Curso completo de Desenvolvimento Web - Crie 6 projetos.

Preview

Status

dependencies Status devDependencies Status

Download

Usage

Basic Usage

After downloading, simply edit the HTML, CSS and JS files included with the website in your favorite text editor to make changes. These are the only files you need to worry about, you can ignore everything else! To preview the changes you make to the code, you can open the index.html file in your web browser.

Advanced Usage

After downloading, run npm install and then run gulp dev which will open up a preview of the website in your default browser, watch for changes to core website files, and live reload the browser when changes are saved. You can view the gulpfile.js to see which tasks are included with the dev environment.

Gulp Tasks

  • gulp the default task that builds everything
  • gulp dev browserSync opens the project in your default browser and live reloads when changes are made
  • gulp html minifies the HTML files
  • gulp css minifies the CSS files
  • gulp js minifies the JS files
  • gulp img compress image files
  • gulp vendor copies dependencies from node_modules to the vendor directory
  • gulp video copies video files from ./public/assets/video/ to the ./public/dist/video/ directory

You must have npm and Gulp installed globally on your machine in order to use these features.

Bugs and Issues

Have a bug or an issue with this website? Open a new issue here on GitHub.

About

This repository was created by and is maintained by Washington Júnior. To see more projects, visit portfolio.

Releases

No releases published

Packages

No packages published