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

create-reactendjs

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

create-reactendjs

CLI tool for bootstrapping new Reactend applications

latest
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

create-reactend

CLI tool for bootstrapping new Reactend applications

Usage

Create a new Reactend app:

npx create-reactend my-app
cd my-app
npm install
npm run dev

Options

npx create-reactend [project-name] [options]

Options:
  -t, --template <template>  Template to use (default: "basic")
  -h, --help                 Display help
  -V, --version             Display version

Templates

Basic

A simple Reactend application with:

  • Welcome endpoint
  • Users CRUD operations
  • Health check endpoint
  • Hot reload setup
  • TypeScript configuration

What's Included

When you create a new Reactend app, you get:

my-app/
├── src/
│   └── index.tsx     # Main application
├── package.json      # Dependencies and scripts
├── tsconfig.json     # TypeScript configuration
└── README.md         # Project documentation

Scripts

The generated project includes these npm scripts:

  • npm run dev - Start development server with hot reload
  • npm run build - Build the application
  • npm run start - Start production server
  • npm run typecheck - Run TypeScript type checking

Getting Help

  • Reactend Documentation
  • Report Issues

License

MIT

Keywords

reactend

FAQs

Package last updated on 13 Aug 2025

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