Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

react-redux-express

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-redux-express

React fullstack generator with express,redux, and some components.

latest
npmnpm
Version
0.1.3
Version published
Maintainers
1
Created
Source

Build Automation Tools

npm start (start.js)
  • Cleans up the output /build directory (clean.js)
  • Copies static files to the output folder (copy.js)
  • Launches Webpack compiler in a watch mode (via webpack-middleware)
  • Launches Node.js server from the compiled output folder (runServer.js)
  • Launches Browsersync, HMR, and React Transform
npm run build (build.js)
  • Cleans up the output /build folder (clean.js)
  • Copies static files to the output folder (copy.js)
  • Creates application bundles with Webpack (bundle.js, webpack.config.js)
Options
FlagDescription
--releaseMinimizes and optimizes the compiled output
--verbosePrints detailed information to the console

For example:

$ npm run build -- --release --verbose   # Build the app in production mode

or

$ npm start -- --release                 # Launch dev server in production mode

Misc

  • webpack.config.js - Webpack configuration for both client-side and server-side bundles
  • run.js - Helps to launch other scripts with babel-node (e.g. babel-node tools/run build)
  • .eslintrc - ESLint overrides for built automation scripts

Keywords

react

FAQs

Package last updated on 31 Aug 2016

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