react-lite-cli

A basic cli to create a light weight react template with typescript.

Usage no npm install needed!

<script type="module">
  import reactLiteCli from 'https://cdn.skypack.dev/react-lite-cli';
</script>

README

React Lite CLI

A basic cli to create a light weight react template with typescript.

Quick Overview

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

Project creation