Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 563 Bytes

File metadata and controls

33 lines (25 loc) · 563 Bytes

React Book Store

React Book Store - NextJS, React, Redux, TypeScript, TailwindCSS

Demo: https://react-book-store-roan.vercel.app/

Developer: Asim Ahmad

Technology Stack:

NextJS: 14.0.4
React: 18.2.0
React Redux: 9.0.4
TypeScript: 5.3.3
TailwindCSS: 3.3.0
ESLint: 8.55.0
Prettier: 3.1.1

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

Updated December 14, 2023