0.0.6 • Published 9 months ago

@elllphnt/react-dev-tools v0.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

Elllephant React Dev Tools

This package contains the cli tool for interacting with elllephant while developing react apps.

Installation

Start by installing the package:

npm install @elllphnt/react-dev-tools | yarn add @elllphnt/react-dev-tools

Usage

init

npx elll init | yarn elll init

This command will ask you a series of questions to initialize your project. Among other things, it will create an elll.json file in the root of your project. This file contains the configuration for the elllephant cli tool.

start

npx elll start | yarn elll start

This command will start the elllephant dev server. Once the server is running, it will provide instructions for connecting to the server.

compile

npx elll compile | yarn elll compile

This command will compile your elll project to react components.

watch

npx elll watch | yarn elll watch

This command will watch your elll project for changes and compile them to react components.

License

MIT