New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

reactux

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

reactux

React + Redux + Hot + Webpack + Express Template Generator

Source
npmnpm
Version
2.5.0
Version published
Weekly downloads
7
-75%
Maintainers
1
Weekly downloads
 
Created
Source

reactux

Ready-to-go template for React + Redux application

Installation

npm install -g reactux

Usage

reactux [project name]
// this will create a folder [project name] contains the template in current directory

About the Template

  • CLI to generate start files
  • Fully support ES6
  • Reasonable file structure for React and Redux
  • React Router support
  • Built-in Redux dev tools and middlewares
  • Full webpack setup with webpack dashboardfor dev and production environment, including compiling JSX, eslint, different loaders, CSS module, Hot Module Reload, copying dependencies, building and deploying
  • Express server with customization and configuration including auth, logger, cor
  • Components and Reducer tests Setup with ava, enzyme and sinon
  • Ajax calls with isomorphic-fetch and normalizr
  • eslint built-in with customized configuration
  • App store sync with LocalStorage
  • Nested React Router Setting
  • Deploy with pm2

Development

npm install
npm run dev
npm run dev-dashboard // run dev server with webpack-dashboard
  • run test: npm run test
  • lint: npm run lint

Production

npm install --production
npm run build
npm run production

FAQs

Package last updated on 03 Jan 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