-
Clone this repository
$ git clone [email protected]:calazans10/gulp-workflow.git
-
Change directory to the application folder
$ cd gulp-workflow
-
Install the dependencies
$ npm install
-
Run the gulp command
$ gulp
-
Using a browser, go to
http://localhost:3000
to load the initial page
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Submit a pull request
MIT © Jeferson Farias Calazans