Socket
Socket
Sign inDemoInstall

alak-shopping

Package Overview
Dependencies
10
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    alak-shopping

Displays the list of products based on the data from the API https://api.jsonbin.io/b/5cae9a54fb42337645ebcad3


Version published
Weekly downloads
1
Maintainers
1
Created
Weekly downloads
 

Readme

Source

Application Overview

Displays the list of products based on the data from the API https://api.jsonbin.io/b/5cae9a54fb42337645ebcad3

Contains 2 screens
  • Product List screen
  • Individual Product screen(On click on the product)

Addons used

  • Redux
  • Redux-saga
  • Sass
  • axios
  • react-router-dom
  • grid css alone from bootstrap used
  • eSlint code analyser used for static code validation
  • used prettier(Esben Petersen) for code auto format

npm install

Gets all the dependecies

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.

Using Create React App

If you are using Create React App, instead of adding to your package.json as above, you will need to add a src/setupTests.js file to your app, to import jest-enzyme:

// src/setupTests.js
import "jest-enzyme";

Node-sass installation

if facing issue in installing node sass download binary node from https://github.com/sass/node-sass/releases/download/v4.12.0/win32-x64-64_binding.node

$ set SASS_BINARY_PATH={binaryfilepath}\win32-x64-64_binding.node $ npm install

FAQs

Last updated on 07 Jul 2019

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc