All through your terminal 💻
Last updated 3 years ago
Was this helpful?
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.