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

react-rack-cli

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-rack-cli

A simple version for the PC side react + ant design scaffolding

latest
Source
npmnpm
Version
1.0.13
Version published
Weekly downloads
6
Maintainers
1
Weekly downloads
 
Created
Source

React-rack-cli

Build Status npm package

A simple version for the PC side react + ant design scaffolding.

Installation

Prerequisites: Node.js (>=6.x, 8.x preferred), npm version 3+ and Git.

$ npm install -g react-rack-cli

Usage

$ react-rack init  <project-name>

You can use this command to check if you have successfully installed and the version number of the current installation.

$ react-rack --version

Example:

$ react-rack init  my-project

The above command pulls the template from react-rack-cli, prompts for some information, and generates the project at ./my-project/.

$ cd  my-project
$ npm install

Create a logs folder in the current directory

$ mkdir logs

Run

:fa-arrow-circle-o-right: Development environment

$ npm run build-dev

Start the node service

$ node server.js
Version 1.0.0 is a simple beta. This package is still being improved and optimized.

License

MIT

Keywords

react

FAQs

Package last updated on 28 Mar 2019

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