viveksharmapoudel / plain-react-template

This is a plain React js templete

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a react template for creating frontend web app with proper folder structure.

Getting Started

First, Install all the dependency:

npm install
# or
yarn install

And then run the development server:

npm run dev
# or
yarn dev

About

This is a plain React js templete


Languages

Language:TypeScript 70.4%Language:HTML 29.6%