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

startreact

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

startreact

React + Redux + Hot + Webpack + Express Template Generator

latest
Source
npmnpm
Version
1.8.0
Version published
Weekly downloads
27
2600%
Maintainers
1
Weekly downloads
 
Created
Source

React Start Template

Installation

npm install -g startreact

Usage

startreact [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 for dev and production environment, including compiling JSX, 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 tape and enzyme
  • Nested React Router Setting

Npm scripts in the template

  • npm run test: run test
  • npm run dev: start the dev server and watch the files changing
  • npm run production: run production server
  • npm run build: build via webpack

FAQs

Package last updated on 16 Jun 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