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

create-react-ops

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-react-ops

Create OPS MFE React Applications

latest
npmnpm
Version
1.3.0
Version published
Maintainers
1
Created
Source

create-react-ops

create-react-ops is a tool similar to Create React App, but with a focus on creating OPS Micro Frontend (MFE) applications.

Installation

To use create-react-ops, you'll need to have Yarn installed on your system. You can install it by following the instructions on the Yarn website.

Once Yarn is installed, you can run the following command to create a new MFE application:

yarn create react-ops <name> <port>

Usage

Replace <name> with the name of your application, and <port> with the port number you want to use for your development server.

Once the command completes, you can navigate to your project directory, install the dependencies and start the development server:

cd <name>
yarn
yarn dev

This will start the development server and open your OPS MFE application in a new browser tab.

FAQs

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