This app is build with Vite, TypeScript, React, and Tailwindcss.
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
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