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

create-kutty-react

Package Overview
Dependencies
Maintainers
0
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-kutty-react

CLI tool to create a basic React app

latest
npmnpm
Version
1.1.5
Version published
Maintainers
0
Created
Source

create-kutty-react

A CLI tool to quickly set up a new React project with a minimal setup, similar to Create React App (CRA). This tool automatically installs the required dependencies and creates the basic structure of a React project. Installation To install the package globally:

npm install -g create-kutty-react

Usage Create a new React project:

create-kutty-react <project-name>

Project Structure The following directory structure will be generated for your React project:

/ ├── node_modules/ ├── public/ ├── src/ ├── .gitignore ├── package.json └── package-lock.json

Available Scripts The following scripts are available to run your project:

  • npm start: Runs the development server.
  • npm run build: Builds the production version of your app.
  • npm test: Runs the tests.
  • npm run eject: Ejects the configuration (same as CRA). Contributing Fork the repository, create a feature branch, commit changes, and submit a pull request.

Keywords

react

FAQs

Package last updated on 23 Jan 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