start-react

0.0.9 • Public • Published

CLI tools and templates for authoring React applications with a single dev dependency and zero build/run configuration.

TL;DR

$ npm install -g start-react
$ start-react new
$ start-react run

Requirements

  • MAC OS X, Windows, or Linux
  • Node.js v6 or newer

Getting Started

Install start-react npm package globally.

$ npm install -g start-react

Scaffold a new JavaScript application project and launch it by running:

$ start-react new
$ start-react run

The app should become available at http://localhost:3000

For more information visit /templates/app

Escape Hatch

If you’re a power user and you aren’t happy with the default configuration, you can always fork repository, customize it and use it instead of of the original npm module.

/start-react/

    Package Sidebar

    Install

    npm i start-react

    Weekly Downloads

    7

    Version

    0.0.9

    License

    none

    Last publish

    Collaborators

    • tommmyy