Skip to content

malcolmrebughini/practico-mercadolibre

Repository files navigation

PRACTICO MERCADOLIBRE

Dependencies

Getting started

  • Install dependencies

    yarn install
    
  • Running the project

    yarn run serve
    

    serve runs the app in development mode, to run production mode use:

    yarn run serve:prod
    
  • Building just the client

    yarn run build
    

    Use this to get the compiled app in the www dir

Docker

  • Building the image

    docker build -t <imageTag> .
    
  • Running a container

    docker run -p <hostPort>:3000 <imageTag>
    

Code quality and stuff

  • Lint

    yarn run lint
    
  • Tests

    yarn test
    

    or

    yarn run test:watch
    

Pending

  • Unit tests
  • Run with Docker
  • Fix HMR
  • Refactor ItemsList component
  • Refactor TopBar component

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published