Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 660 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 660 Bytes

FrontEnd Test - Mercado Libre

This repository includes a possible implementation of a widget, developed using the stack of HTML5 technologies based on a prototype.

Usage

Install the dependencies and devDependencies and start the server.

$ git clone [repository] (https://github.com/jessipedernera/FrontEndTestML.git)
$ cd FrontEndTestML
$ npm install
$ bower install
$ gulp build
$ gulp serve:dist

Development

Install the dependencies and devDependencies and start the server.

$ git clone [repository] (https://github.com/jessipedernera/FrontEndTestML.git)
$ cd FrontEndTestML
$ npm install
$ bower install
$ gulp serve