Skip to content

ygpedroso/grocery-frontend

Repository files navigation

Contribution Guide:

framework: react framework: redux language: javascript code style: prettier code linting: jest code quality: jest

Prerequisites

  1. node, npm

Environment variables

  1. REACT_APP_API_URL: Backend Api Url(i.e:http://localhost:8000/api/).

Steps for running solution locally

  1. Clone the repository git clone git@github.com:ygpedroso/rideco-grocery-frontend.git
  2. Enter to the project folder cd rideco-grocery-frontend/
  3. Install dependencies npm i or yarn
  4. Run the application in development mode npm run start:dev

Tests

  1. Run application Tests npm run test
  2. Run application Tests + coverage npm run test:coverage

Grocery List frontend application url:

  1. Base Url: https://grocery-frontend.herokuapp.com/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published