All through your terminal π»
CLI provides a command to create your new project:
npx @tsxp/cli <project-name>
change <project-name> to whatever project name you want and make sure the project directory is not already present in the current directory.
Once the npx command succeed, cli will ask you to choose the template between:
Basic
Advance (recommended)
choose any of the template then cli will start installing dependencies.
Last updated 4 years ago