react-ts-app-starter
v1.6.0
Published
Quickly setup a React app.
Downloads
4
Readme
react-ts-app-starter
A CLI app that sets up an app.
The app is using the following technologies:
Getting Started
Install Node.js.
npm i -g react-ts-app-starter
Usage
You can create your React project with the following command:
react-ts-app-starter name_of_your_project
This command creates a new directory for your app under the current path.
It then creates all further needed sub-directories and files.
Lastly, this command sets up the newly created project as a Git repository (git init
) and installs all npm dependencies (npm install
) afterwards.