SuhelMakkad / react-stocks-app

Home Page:https://stocks-app.suhelmakkad.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Stock App

This app is build with Vite, TypeScript, React, and Tailwindcss.

Start Locally 🚀

First clone this repository

git clone https://github.com/SuhelMakkad/react-stocks-app.git

Install pnpm

npm install -g pnpm

Install dependencies

pnpm install

Start the dev server

pnpm run dev

Get more details here on how to install npm and node

Deployment 📦

Install dependencies

pnpm install

Build the app for production

pnpm run build

All the static assets will be added to the dist folder. This folder can be hosted on any CDN.

We can also use npm instead pnpm, just replace pnpm with npm

About

https://stocks-app.suhelmakkad.com


Languages

Language:TypeScript 95.3%Language:JavaScript 2.5%Language:CSS 1.8%Language:HTML 0.3%