2.0.0 • Published 5 years ago

react-lite-cli v2.0.0

Weekly downloads
1
License
ISC
Repository
github
Last release
5 years ago

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