1.0.2 • Published 7 years ago

generate-tscr v1.0.2

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

README

generate-tscr is a CLI tool for generting React + Typescript applications. To get started:

npm install -g generate-tscr

Usage

generate-tscr myproject

This creates a directory in your current working directory called myproject.

You can then run:

cd myproject && npm start.

To change into the project's directory and start the webserver on http://localhost:8080.