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

webpack-react-express-ssr

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webpack-react-express-ssr

Webpack React SSR Boilerplate

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

Webpack React Express SSR

A boilerplate of web development with React SSR

Usage

Generate a project that named my-app:

$ npx webpack-react-express-ssr my-app
  • Server host and port can be changed at settings.js at project root.

Tech Stack

  • React
  • Redux Toolkit
  • Express
  • Webpack
  • Babel
  • SASS
  • DevServer
  • Hot Module Replacement
  • Server Side Rendering
  • ESLint
  • Stylelint
  • Prettier
  • Jest
  • React Testing Library
  • Husky
  • Lint Staged

Commands

  • yarn dev - Start server for development
  • yarn build - Build production bundle
  • yarn prod - Start production server after yarn build
  • yarn test - Start running tests
  • yarn cov - Start running tests with coverage report
  • yarn lint - Start eslint validation and do auto-fix
  • yarn analysis - Analyze the size of each module

FAQs

Package last updated on 18 Nov 2022

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