Skip to content

rishabharidas/fake-store-app

Repository files navigation

fake-store App

You can see the Preview for this project here

this Project utilizes fakestoreapi as mock data. Refer for more details.

Libraries and Frameworks used:

For Devlopmnet

After cloning install dependencies with npm install (or pnpm install or yarn), start a development server:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Building

To create a production version of app:

npm run build

You can preview the production build with npm run preview.

To deploy your app, you may need to install an adapter for your target environment. This project is automatically deloyed to vercel with github actions as CI/CD workflow