1.1.2 • Published 5 years ago

rca-react-starter v1.1.2

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

RCA React Starter

alt text

What is this?

A CLI to generate a basic React boilerplate.

RCA React Starter is a simple, lightweight CLI to initiate a new React app. Your app will be wired up and contain a Hello World message.

Installation

Installation is done using the npm install command:

npm install -g rca-react-starter

This -g flag will install the CLI to your computer globablly, so you can use it from any directory.

* Before installing, download and install Node.js.

Usage

  • Navigate to a folder where you want your app to live.

  • Run rca-react-starter in the terminal and follow the prompt.

  • This will create a new folder in the current directory for your app to live in.

  • cd <your foldername> and npm install to install the dependencies.

  • Run npm run start to start up the local server.

What does the generated file system look like?

alt text

Requirements

  • Node.js

License

MIT

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.0

6 years ago