You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

cra-template

Package Overview
Dependencies
Maintainers
0
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cra-template

The base template for Create React App.

1.3.0
latest
Source
npm
Version published
Weekly downloads
162K
2.57%
Maintainers
0
Weekly downloads
 
Created

What is cra-template?

The cra-template package is a base template for Create React App, which is a tool to set up a new React project with a default configuration. It provides a starting point for building React applications with a pre-configured setup.

What are cra-template's main functionalities?

Basic React App Setup

This command sets up a new React application using the cra-template. It provides a basic structure with essential configurations and dependencies needed to start developing a React app.

npx create-react-app my-app --template cra-template

Customizable Templates

Allows users to specify different templates for their React app setup. This feature enables developers to use community-created templates or create their own, providing flexibility in the initial setup.

npx create-react-app my-app --template [template-name]

Other packages similar to cra-template

Keywords

react

FAQs

Package last updated on 15 Feb 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