Skip to content

Mscebba/meli-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MercadoLibre Frontend challenge

To develop: Search bar, results and product detail

Technologies

Client: React and Sass modules. Server: NodeJs and Express.

Installation

1:| Clone the repository or download the zip file

$ git clone [email protected]:Mscebba/meli-challenge.git

2:| Go to client folder and install dependencies with npm

$ cd client
$ npm install

or using yarn

$ yarn

3:| Do the same inside server folder. From client folder type the following:

$ cd ../server
$ npm install

or using yarn:

$ yarn

4:| To run the application (server and client), start running the server from server folder:

Using npm

$ npm run server

or using yarn

$ yarn server

5:| Then in another terminal go to the client folder and start the client

$  cd client

Using npm

$ npm run start

or using yarn

$ yarn start

6:| To run the tests, inside the client folder type:

Using npm

$ npm run test

or using yarn

$ yarn test

About

MercadoLibre Frontend Challenge

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published