This project has been archived as it is no longer needed. Please see the official Electron documentation on how to create a TypeScript + Webpack projects, followed by their documentation on adding React to the project.
Generates a new application from the js.tau template.
Usage: create-tau-app [options] <dir>
Creates a new application using Tau.
Options:
-X Print the version of this tool.
-n, --name <name> The name of your new application.
-u, --update Force update the cache.
-v, --version <version> The version of the template. (default: "latest")
-V, --verbose Enable verbose logging. (default: false)
-h, --help Displays this help screen.
npm create-tau-app my-app
yarn create tau-app my-app