Skip to content

CLI for instantiating a light weight React boilerplate template

Notifications You must be signed in to change notification settings

bbgrabbag/create-react-lite-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Lite CLI

Author: bbgrabbag

Description

A lightweight alternative to Facebook's CLI Create React App.

Allows for a simple installation of a development-ready React environment.

See the actual boilerplate HERE

Quick Install

  • npm install -g @bbgrabbag/create-react-lite-app
  • create-react-lite-app </path/to/dest>

API

  • create-react-lite-app </path/to/dest> [,-dep <dependency>...(limit 10)]

If you wish to install extra dependencies (Axios or Redux for example) you can specify them under the -dep flag. After the boilerplate downloads, the script will run npm install --save on all listed dependencies.

NOTE

There is a limit of 10 dependencies that can be listed under the -dep flag;

About

CLI for instantiating a light weight React boilerplate template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published