Socket
Socket
Sign inDemoInstall

react-redux-jest-kit

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

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
Maintainers
1
Created
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

Package last updated on 13 Jul 2017

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc