This is a repository for a Fictional t-shirts e-commerce APP: Next.js 13, React, Tailwind. Key Features:
Home page
Cart functions
Search layout with autocomplete
Node version 18.x
git clone https://github.com/EricaReis/devstore.git
npm i
NEXT_PUBLIC_API_BASE_URL=http://localhost:3000
APP_URL=http://localhost:3000
To run using API link:
NEXT_PUBLIC_API_BASE_URL=https://devstore-api-six-ebon.vercel.app/
npm run dev
Running commands with npm npm run [command]
command | description |
---|---|
dev |
Starts a development instance of the app |