https://github.com/suhelmakkad/react-stocks-app
https://github.com/suhelmakkad/react-stocks-app
javascript pnpm stock-app tailwindcss typescript vercel vite
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/suhelmakkad/react-stocks-app
- Owner: SuhelMakkad
- Created: 2023-07-13T17:15:42.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-17T05:47:02.000Z (almost 3 years ago)
- Last Synced: 2025-05-30T11:56:08.027Z (about 1 year ago)
- Topics: javascript, pnpm, stock-app, tailwindcss, typescript, vercel, vite
- Language: TypeScript
- Homepage: https://stocks-app.suhelmakkad.com
- Size: 262 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Stock App
This app is build with [Vite](https://vitejs.dev/), [TypeScript](https://www.typescriptlang.org/), [React](https://react.dev/), and [Tailwindcss](https://tailwindcss.com/).
## 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](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm) 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