Skip to content

caio-dias/front-end-na-pratica

Repository files navigation

Curso Front-end na Prática

Build Status devDependencies Status

Run the project locally

1 - Prepare the environment:

$ npm install -g gulp-cli

2 - Clone the project and install the dependencies:

$ git clone git@github.com:caio-dias/front-end-na-pratica.git
$ cd front-end-na-pratica
$ npm install

3 - Run static server and livereload:

$ gulp server

Stack

Tasks

  • $ gulp build: Compile, contact and minify all files/images.
  • $ gulp server: Watch the files to build and start a static server.
  • $ gulp deploy: Deploy for GH Pages.

About

Curso Front-End na prática

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published