@innev/coral
v1.0.3
Published
Coral is a collection of tools for running and building React App.
Downloads
2
Maintainers
Readme
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