A basic cli to create a light weight react template with typescript.
1.Install cli in global.
npm i -g react-lite-cli
2.Open the terminal at the folder where to create the project. then run
react-lite
3.Select the template (javascript or typescript).
4.Enter the name of the project.
5.Enter your name, It is an optional.
6.After the installation completed
cd <project-name>
npm run dev
7.Open http://localhost:8000 to view it in the browser.
8.To build your project run
npm run build
The result will be as below