Skip to content

A basic react template generator for both Typescript and JavaScript

Notifications You must be signed in to change notification settings

TarzzoTech-Libraries/react-lite-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A basic react template generator for both Typescript and JavaScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published