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.