generate-tscr
v1.0.2
Published
A command line tool for creating React + Typescript applications.
Downloads
3
Readme
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.