0.0.9 • Published 7 years ago

start-react v0.0.9

Weekly downloads
29
License
-
Repository
-
Last release
7 years ago

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.

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.1

8 years ago