1.0.3 • Published 11 months ago

@innev/coral v1.0.3

Weekly downloads
-
License
GPL-3.0
Repository
-
Last release
11 months ago

CORAL

Coral is a collection of tools for running and building React App.

Get all the benefits of create-react-app and customization without using 'eject' by adding a single configuration (e.g. coral.config.js) file at the root of your application and customize your eslint, babel, postcss configurations and many more.

Feature

  • init project with specified boilerplate
  • run or build the web application
  • compile project to the desktop application for max, linux, win os

Installation

Reset private registry:

# npm
npm set registry https://registry.npmmirror.com

# yarn
yarn config set registry https://registry.npmmirror.com

# pnpm
pnpm set registry https://registry.npmmirror.com

Install with npm globally (default):

# npm
npm i -g @innev/coral

# yarn
yarn global add @innev/coral

# pnpm
pnpm add -g @innev/coral

Usage Guide

{
  "scripts": {
    "start": "coral start",
    "build": "coral build",
    "test": "coral test"
  }
}

coral start

Develop react app

coral build

Build react app

coral test

Text react app

Planned Features

  • Compile desktop app from react and electron for mac, linux, win os
coral compile mac

coral compile win

coral compile linux

License

GPL-3.0