An open API service indexing awesome lists of open source software.

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

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