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

@make-software/cra-template-csprclick-react

Package Overview
Dependencies
Maintainers
4
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@make-software/cra-template-csprclick-react

A create-react-app template to bootstrap a React app with integrated CSPR.click

  • 0.6.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
4
Weekly downloads
 
Created
Source

csprclick-react template for create-react-app

Install

First, clone this repository:

git clone https://github.com/make-software/cra-template-csprclick-react

So far, we have dependencies with private packages in the GitHub Registry. For this reason, you need to run the npm login command to get access. You'll be asked for a username and password. Use a "Personal Access Token (classic)" with read:packages permission as the password.

npm login --scope=@make-software --auth-type=legacy --registry=https://npm.pkg.github.com

Next, type the following command to create a new React project based on the CSPR.click template:

npx create-react-app my-app --template file:./cra-template-csprclick-react

Go to the newly created project directory and run the app. In this case it will be "my-app"

cd my-app
npm start

Keywords

FAQs

Package last updated on 29 Aug 2023

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