Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-server-cli

Package Overview
Dependencies
Maintainers
5
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-server-cli

A command line to run react-server

  • 0.8.1
  • latest
  • npm
  • Socket score

Version published
Maintainers
5
Created
Source

react-server-cli

A simple command line app that will compile a routes file for the client and start up express. To use:

  1. npm install --save react-server-cli react-server
  2. Add ./node_modules/react-server-cli/bin/react-server-cli as the value for scripts.start in package.json.
  3. npm start from the directory that has your routes.js file.

What It Does

The CLI builds and runs a react-server project, using Express. It compiles JS(X) and CSS into efficiently loadable bundles with code splitting using webpack, and it supports hot reloading of React components on the client-side during development.

Find out more

See the React Server CLI guide

FAQs

Package last updated on 27 Dec 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