Socket
Socket
Sign inDemoInstall

react-redux-jest-kit

Package Overview
Dependencies
330
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    react-redux-jest-kit

StarterKit with react, redux, eslint, webpack and jest.


Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

react-redux-jest-kit

A starter kit with react, redux, jest and webpack.

Build Status Dependencies devDependencies

Contains:

  • checkout steps example
  • counter example
  • filterable table example
  • Webpack dev and production config
  • ES6 - 7 Support with Babel
  • HRM - Hot module replacement support
  • Sass support
  • ESlint to keep your js readable
  • Jest - unit testing framework

Getting Started

1. Clone the repository on your local machine by running:

git clone git@github.com:trembacz/react-redux-jest-kit.git
cd react-redux-jest-kit

2. Install all of the dependencies:

npm install or yarn install

3. Run the app:

npm run start or yarn start

4. Build production files:

npm run build or yarn build

Building app in the "dist" directory. Contains the index.html with the minified assets (js, css), it's ready for production!.

Run tests

npm run test or yarn test

This command will run tests and create a Coverage report "coverage/lcov-report/index.html"

Run tests --watch

Watch files for changes and rerun tests related to changed files.

npm run test-watch or yarn test-watch

Keywords

FAQs

Last updated on 22 Nov 2017

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