1.3.0 • Published 11 months ago

create-react-ops v1.3.0

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
11 months ago

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.

1.3.0

11 months ago

1.2.0

11 months ago

1.1.11

11 months ago

1.1.10

11 months ago

1.1.9

11 months ago

1.1.8

11 months ago

1.1.7

11 months ago

1.1.6

12 months ago

1.1.5

12 months ago

1.1.4

12 months ago

1.1.3

12 months ago

1.1.2

12 months ago

1.1.1

12 months ago